Uses of Interface
software.amazon.awssdk.services.outposts.model.StartConnectionRequest.Builder
Packages that use StartConnectionRequest.Builder
Package
Description
Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and
tools to customer premises.
-
Uses of StartConnectionRequest.Builder in software.amazon.awssdk.services.outposts
Method parameters in software.amazon.awssdk.services.outposts with type arguments of type StartConnectionRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<StartConnectionResponse>OutpostsAsyncClient.startConnection(Consumer<StartConnectionRequest.Builder> startConnectionRequest) default StartConnectionResponseOutpostsClient.startConnection(Consumer<StartConnectionRequest.Builder> startConnectionRequest) -
Uses of StartConnectionRequest.Builder in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return StartConnectionRequest.BuilderModifier and TypeMethodDescriptionThe ID of the Outpost server.StartConnectionRequest.builder()StartConnectionRequest.Builder.clientPublicKey(String clientPublicKey) The public key of the client.StartConnectionRequest.Builder.deviceSerialNumber(String deviceSerialNumber) The serial number of the dongle.StartConnectionRequest.Builder.networkInterfaceDeviceIndex(Integer networkInterfaceDeviceIndex) The device index of the network interface on the Outpost server.StartConnectionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) StartConnectionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) StartConnectionRequest.toBuilder()Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type StartConnectionRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StartConnectionRequest.Builder>StartConnectionRequest.serializableBuilderClass()