| 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 DescribeActivationsResponse |
SsmClient.describeActivations()
Describes details about the activation, such as the date and time the activation was created, its expiration
date, the Identity and Access Management (IAM) role assigned to the managed nodes in the activation, and the
number of nodes registered by using this activation.
|
default DescribeActivationsResponse |
SsmClient.describeActivations(Consumer<DescribeActivationsRequest.Builder> describeActivationsRequest)
Describes details about the activation, such as the date and time the activation was created, its expiration
date, the Identity and Access Management (IAM) role assigned to the managed nodes in the activation, and the
number of nodes registered by using this activation.
|
default DescribeActivationsResponse |
SsmClient.describeActivations(DescribeActivationsRequest describeActivationsRequest)
Describes details about the activation, such as the date and time the activation was created, its expiration
date, the Identity and Access Management (IAM) role assigned to the managed nodes in the activation, and the
number of nodes registered by using this activation.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeActivationsResponse> |
SsmAsyncClient.describeActivations()
Describes details about the activation, such as the date and time the activation was created, its expiration
date, the Identity and Access Management (IAM) role assigned to the managed nodes in the activation, and the
number of nodes registered by using this activation.
|
default CompletableFuture<DescribeActivationsResponse> |
SsmAsyncClient.describeActivations(Consumer<DescribeActivationsRequest.Builder> describeActivationsRequest)
Describes details about the activation, such as the date and time the activation was created, its expiration
date, the Identity and Access Management (IAM) role assigned to the managed nodes in the activation, and the
number of nodes registered by using this activation.
|
default CompletableFuture<DescribeActivationsResponse> |
SsmAsyncClient.describeActivations(DescribeActivationsRequest describeActivationsRequest)
Describes details about the activation, such as the date and time the activation was created, its expiration
date, the Identity and Access Management (IAM) role assigned to the managed nodes in the activation, and the
number of nodes registered by using this activation.
|
| 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 © 2022. All rights reserved.