| 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 |
| Modifier and Type | Method and Description |
|---|---|
default DescribeInstanceInformationResponse |
SsmClient.describeInstanceInformation()
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 DescribeInstanceInformationResponse |
SsmClient.describeInstanceInformation(Consumer<DescribeInstanceInformationRequest.Builder> 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 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeInstanceInformationResponse> |
SsmAsyncClient.describeInstanceInformation()
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(Consumer<DescribeInstanceInformationRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeInstanceInformationResponse> |
DescribeInstanceInformationIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeInstanceInformationPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeInstanceInformationResponse> subscriber) |
Copyright © 2022. All rights reserved.