Uses of Class
software.amazon.awssdk.services.ssm.model.DescribeActivationsRequest
-
Packages that use DescribeActivationsRequest 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 software.amazon.awssdk.services.ssm.transform -
-
Uses of DescribeActivationsRequest in software.amazon.awssdk.services.ssm
Methods in software.amazon.awssdk.services.ssm with parameters of type DescribeActivationsRequest Modifier and Type Method Description 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.default DescribeActivationsResponseSsmClient. 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.default DescribeActivationsPublisherSsmAsyncClient. describeActivationsPaginator(DescribeActivationsRequest describeActivationsRequest)This is a variant ofSsmAsyncClient.describeActivations(software.amazon.awssdk.services.ssm.model.DescribeActivationsRequest)operation.default DescribeActivationsIterableSsmClient. describeActivationsPaginator(DescribeActivationsRequest describeActivationsRequest)This is a variant ofSsmClient.describeActivations(software.amazon.awssdk.services.ssm.model.DescribeActivationsRequest)operation. -
Uses of DescribeActivationsRequest in software.amazon.awssdk.services.ssm.paginators
Constructors in software.amazon.awssdk.services.ssm.paginators with parameters of type DescribeActivationsRequest Constructor Description DescribeActivationsIterable(SsmClient client, DescribeActivationsRequest firstRequest)DescribeActivationsPublisher(SsmAsyncClient client, DescribeActivationsRequest firstRequest) -
Uses of DescribeActivationsRequest in software.amazon.awssdk.services.ssm.transform
Methods in software.amazon.awssdk.services.ssm.transform with parameters of type DescribeActivationsRequest Modifier and Type Method Description SdkHttpFullRequestDescribeActivationsRequestMarshaller. marshall(DescribeActivationsRequest describeActivationsRequest)
-