Uses of Class
software.amazon.awssdk.services.ssm.model.ResumeSessionResponse
Packages that use ResumeSessionResponse
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 ResumeSessionResponse in software.amazon.awssdk.services.ssm
Methods in software.amazon.awssdk.services.ssm that return ResumeSessionResponseModifier and TypeMethodDescriptiondefault 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 ResumeSessionResponseModifier and TypeMethodDescriptiondefault 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.