| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
|
| software.amazon.awssdk.services.ssm.paginators | |
| software.amazon.awssdk.services.ssm.transform |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
default DescribeActivationsPublisher |
SSMAsyncClient.describeActivationsPaginator(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.
|
default DescribeActivationsIterable |
SSMClient.describeActivationsPaginator(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.
|
| Constructor and Description |
|---|
DescribeActivationsIterable(SSMClient client,
DescribeActivationsRequest firstRequest) |
DescribeActivationsPublisher(SSMAsyncClient client,
DescribeActivationsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
Request<DescribeActivationsRequest> |
DescribeActivationsRequestMarshaller.marshall(DescribeActivationsRequest describeActivationsRequest) |
| Modifier and Type | Method and Description |
|---|---|
Request<DescribeActivationsRequest> |
DescribeActivationsRequestMarshaller.marshall(DescribeActivationsRequest describeActivationsRequest) |
void |
DescribeActivationsRequestModelMarshaller.marshall(DescribeActivationsRequest describeActivationsRequest,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object
|
Copyright © 2018. All rights reserved.