Uses of Interface
software.amazon.awssdk.services.ssm.model.StartSessionRequest.Builder
Packages that use StartSessionRequest.Builder
Package
Description
Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and
a secure end-to-end management solution for hybrid cloud environments that enables safe and secure operations at
scale.
-
Uses of StartSessionRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type StartSessionRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<StartSessionResponse>SsmAsyncClient.startSession(Consumer<StartSessionRequest.Builder> startSessionRequest) Initiates a connection to a target (for example, a managed node) for a Session Manager session.default StartSessionResponseSsmClient.startSession(Consumer<StartSessionRequest.Builder> startSessionRequest) Initiates a connection to a target (for example, a managed node) for a Session Manager session. -
Uses of StartSessionRequest.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return StartSessionRequest.BuilderModifier and TypeMethodDescriptionstatic StartSessionRequest.BuilderStartSessionRequest.builder()StartSessionRequest.Builder.documentName(String documentName) The name of the SSM document you want to use to define the type of session, input parameters, or preferences for the session.StartSessionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) StartSessionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) StartSessionRequest.Builder.parameters(Map<String, ? extends Collection<String>> parameters) The values you want to specify for the parameters defined in the Session document.The reason for connecting to the instance.The managed node to connect to for the session.StartSessionRequest.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type StartSessionRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StartSessionRequest.Builder>StartSessionRequest.serializableBuilderClass()