Uses of Class
software.amazon.awssdk.services.ssm.model.ResumeSessionResponse
-
Packages that use ResumeSessionResponse 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. -
-
Uses of ResumeSessionResponse in software.amazon.awssdk.services.ssm
Methods in software.amazon.awssdk.services.ssm that return ResumeSessionResponse Modifier and Type Method Description default ResumeSessionResponseSsmClient. resumeSession(Consumer<ResumeSessionRequest.Builder> resumeSessionRequest)Reconnects a session to a managed node after it has been disconnected.default ResumeSessionResponseSsmClient. resumeSession(ResumeSessionRequest resumeSessionRequest)Reconnects a session to a managed node after it has been disconnected.Methods in software.amazon.awssdk.services.ssm that return types with arguments of type ResumeSessionResponse Modifier and Type Method Description default CompletableFuture<ResumeSessionResponse>SsmAsyncClient. resumeSession(Consumer<ResumeSessionRequest.Builder> resumeSessionRequest)Reconnects a session to a managed node after it has been disconnected.default CompletableFuture<ResumeSessionResponse>SsmAsyncClient. resumeSession(ResumeSessionRequest resumeSessionRequest)Reconnects a session to a managed node after it has been disconnected.
-