Uses of Interface
software.amazon.awssdk.services.ssm.model.StartSessionRequest.Builder
-
Packages that use StartSessionRequest.Builder Package Description software.amazon.awssdk.services.ssm 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.software.amazon.awssdk.services.ssm.model -
-
Uses of StartSessionRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type StartSessionRequest.Builder Modifier and Type Method Description default 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.Builder Modifier and Type Method Description static StartSessionRequest.BuilderStartSessionRequest. builder()StartSessionRequest.BuilderStartSessionRequest.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.BuilderStartSessionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartSessionRequest.BuilderStartSessionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartSessionRequest.BuilderStartSessionRequest.Builder. parameters(Map<String,? extends Collection<String>> parameters)The values you want to specify for the parameters defined in the Session document.StartSessionRequest.BuilderStartSessionRequest.Builder. reason(String reason)The reason for connecting to the instance.StartSessionRequest.BuilderStartSessionRequest.Builder. target(String target)The managed node to connect to for the session.StartSessionRequest.BuilderStartSessionRequest. toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type StartSessionRequest.Builder Modifier and Type Method Description static Class<? extends StartSessionRequest.Builder>StartSessionRequest. serializableBuilderClass()
-