| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
Amazon Web Services Systems Manager is a collection of capabilities that helps you automate management tasks such as
collecting system inventory, applying operating system (OS) patches, automating the creation of Amazon Machine Images
(AMIs), and configuring operating systems (OSs) and applications 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 © 2021. All rights reserved.