| 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.paginators | |
| software.amazon.awssdk.services.ssm.transform |
| Modifier and Type | Method and Description |
|---|---|
default DescribeInstanceInformationResponse |
SsmClient.describeInstanceInformation(DescribeInstanceInformationRequest describeInstanceInformationRequest)
Describes one or more of your managed nodes, including information about the operating system platform, the
version of SSM Agent installed on the managed node, node status, and so on.
|
default CompletableFuture<DescribeInstanceInformationResponse> |
SsmAsyncClient.describeInstanceInformation(DescribeInstanceInformationRequest describeInstanceInformationRequest)
Describes one or more of your managed nodes, including information about the operating system platform, the
version of SSM Agent installed on the managed node, node status, and so on.
|
default DescribeInstanceInformationIterable |
SsmClient.describeInstanceInformationPaginator(DescribeInstanceInformationRequest describeInstanceInformationRequest)
Describes one or more of your managed nodes, including information about the operating system platform, the
version of SSM Agent installed on the managed node, node status, and so on.
|
default DescribeInstanceInformationPublisher |
SsmAsyncClient.describeInstanceInformationPaginator(DescribeInstanceInformationRequest describeInstanceInformationRequest)
Describes one or more of your managed nodes, including information about the operating system platform, the
version of SSM Agent installed on the managed node, node status, and so on.
|
| Constructor and Description |
|---|
DescribeInstanceInformationIterable(SsmClient client,
DescribeInstanceInformationRequest firstRequest) |
DescribeInstanceInformationPublisher(SsmAsyncClient client,
DescribeInstanceInformationRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
DescribeInstanceInformationRequestMarshaller.marshall(DescribeInstanceInformationRequest describeInstanceInformationRequest) |
Copyright © 2023. All rights reserved.