| 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()
Provides information about one or more of your managed nodes, including the operating system platform, SSM Agent
version, association status, and IP address.
|
default DescribeInstanceInformationResponse |
SsmClient.describeInstanceInformation(Consumer<DescribeInstanceInformationRequest.Builder> describeInstanceInformationRequest)
Provides information about one or more of your managed nodes, including the operating system platform, SSM Agent
version, association status, and IP address.
|
default DescribeInstanceInformationResponse |
SsmClient.describeInstanceInformation(DescribeInstanceInformationRequest describeInstanceInformationRequest)
Provides information about one or more of your managed nodes, including the operating system platform, SSM Agent
version, association status, and IP address.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeInstanceInformationResponse> |
SsmAsyncClient.describeInstanceInformation()
Provides information about one or more of your managed nodes, including the operating system platform, SSM Agent
version, association status, and IP address.
|
default CompletableFuture<DescribeInstanceInformationResponse> |
SsmAsyncClient.describeInstanceInformation(Consumer<DescribeInstanceInformationRequest.Builder> describeInstanceInformationRequest)
Provides information about one or more of your managed nodes, including the operating system platform, SSM Agent
version, association status, and IP address.
|
default CompletableFuture<DescribeInstanceInformationResponse> |
SsmAsyncClient.describeInstanceInformation(DescribeInstanceInformationRequest describeInstanceInformationRequest)
Provides information about one or more of your managed nodes, including the operating system platform, SSM Agent
version, association status, and IP address.
|
| 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 © 2023. All rights reserved.