| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
|
| software.amazon.awssdk.services.ssm.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeActivationsResponse |
SsmClient.describeActivations()
Details about the activation, including: the date and time the activation was created, the expiration date, the
IAM role assigned to the instances in the activation, and the number of instances activated by this registration.
|
default DescribeActivationsResponse |
SsmClient.describeActivations(Consumer<DescribeActivationsRequest.Builder> describeActivationsRequest)
Details about the activation, including: the date and time the activation was created, the expiration date, the
IAM role assigned to the instances in the activation, and the number of instances activated by this registration.
|
default DescribeActivationsResponse |
SsmClient.describeActivations(DescribeActivationsRequest describeActivationsRequest)
Details about the activation, including: the date and time the activation was created, the expiration date, the
IAM role assigned to the instances in the activation, and the number of instances activated by this registration.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeActivationsResponse> |
SsmAsyncClient.describeActivations()
Details about the activation, including: the date and time the activation was created, the expiration date, the
IAM role assigned to the instances in the activation, and the number of instances activated by this registration.
|
default CompletableFuture<DescribeActivationsResponse> |
SsmAsyncClient.describeActivations(Consumer<DescribeActivationsRequest.Builder> describeActivationsRequest)
Details about the activation, including: the date and time the activation was created, the expiration date, the
IAM role assigned to the instances in the activation, and the number of instances activated by this registration.
|
default CompletableFuture<DescribeActivationsResponse> |
SsmAsyncClient.describeActivations(DescribeActivationsRequest describeActivationsRequest)
Details about the activation, including: the date and time the activation was created, the expiration date, the
IAM role assigned to the instances in the activation, and the number of instances activated by this registration.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeActivationsResponse> |
DescribeActivationsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeActivationsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeActivationsResponse> subscriber) |
Copyright © 2019. All rights reserved.