| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
|
| Modifier and Type | Method and Description |
|---|---|
default GetConnectionStatusResponse |
SsmClient.getConnectionStatus(Consumer<GetConnectionStatusRequest.Builder> getConnectionStatusRequest)
Retrieves the Session Manager connection status for an instance to determine whether it is connected and ready to
receive Session Manager connections.
|
default GetConnectionStatusResponse |
SsmClient.getConnectionStatus(GetConnectionStatusRequest getConnectionStatusRequest)
Retrieves the Session Manager connection status for an instance to determine whether it is connected and ready to
receive Session Manager connections.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetConnectionStatusResponse> |
SsmAsyncClient.getConnectionStatus(Consumer<GetConnectionStatusRequest.Builder> getConnectionStatusRequest)
Retrieves the Session Manager connection status for an instance to determine whether it is connected and ready to
receive Session Manager connections.
|
default CompletableFuture<GetConnectionStatusResponse> |
SsmAsyncClient.getConnectionStatus(GetConnectionStatusRequest getConnectionStatusRequest)
Retrieves the Session Manager connection status for an instance to determine whether it is connected and ready to
receive Session Manager connections.
|
Copyright © 2019. All rights reserved.