| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
|
| software.amazon.awssdk.services.ssm.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeInstanceInformationResponse |
SsmClient.describeInstanceInformation()
Describes one or more of your instances, including information about the operating system platform, the version
of SSM Agent installed on the instance, instance status, and so on.
|
default DescribeInstanceInformationResponse |
SsmClient.describeInstanceInformation(Consumer<DescribeInstanceInformationRequest.Builder> describeInstanceInformationRequest)
Describes one or more of your instances, including information about the operating system platform, the version
of SSM Agent installed on the instance, instance status, and so on.
|
default DescribeInstanceInformationResponse |
SsmClient.describeInstanceInformation(DescribeInstanceInformationRequest describeInstanceInformationRequest)
Describes one or more of your instances, including information about the operating system platform, the version
of SSM Agent installed on the instance, instance status, and so on.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeInstanceInformationResponse> |
SsmAsyncClient.describeInstanceInformation()
Describes one or more of your instances, including information about the operating system platform, the version
of SSM Agent installed on the instance, instance status, and so on.
|
default CompletableFuture<DescribeInstanceInformationResponse> |
SsmAsyncClient.describeInstanceInformation(Consumer<DescribeInstanceInformationRequest.Builder> describeInstanceInformationRequest)
Describes one or more of your instances, including information about the operating system platform, the version
of SSM Agent installed on the instance, instance status, and so on.
|
default CompletableFuture<DescribeInstanceInformationResponse> |
SsmAsyncClient.describeInstanceInformation(DescribeInstanceInformationRequest describeInstanceInformationRequest)
Describes one or more of your instances, including information about the operating system platform, the version
of SSM Agent installed on the instance, instance 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 © 2020. All rights reserved.