Uses of Class
software.amazon.awssdk.services.ssm.model.GetConnectionStatusResponse
Packages that use GetConnectionStatusResponse
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 GetConnectionStatusResponse in software.amazon.awssdk.services.ssm
Methods in software.amazon.awssdk.services.ssm that return GetConnectionStatusResponseModifier and TypeMethodDescriptiondefault GetConnectionStatusResponseSsmClient.getConnectionStatus(Consumer<GetConnectionStatusRequest.Builder> getConnectionStatusRequest) Retrieves the Session Manager connection status for a managed node to determine whether it is running and ready to receive Session Manager connections.default GetConnectionStatusResponseSsmClient.getConnectionStatus(GetConnectionStatusRequest getConnectionStatusRequest) Retrieves the Session Manager connection status for a managed node to determine whether it is running and ready to receive Session Manager connections.Methods in software.amazon.awssdk.services.ssm that return types with arguments of type GetConnectionStatusResponseModifier and TypeMethodDescriptionSsmAsyncClient.getConnectionStatus(Consumer<GetConnectionStatusRequest.Builder> getConnectionStatusRequest) Retrieves the Session Manager connection status for a managed node to determine whether it is running and ready to receive Session Manager connections.SsmAsyncClient.getConnectionStatus(GetConnectionStatusRequest getConnectionStatusRequest) Retrieves the Session Manager connection status for a managed node to determine whether it is running and ready to receive Session Manager connections.