Uses of Class
software.amazon.awssdk.services.ssm.model.DescribeActivationsResponse
-
Packages that use DescribeActivationsResponse 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 -
-
Uses of DescribeActivationsResponse in software.amazon.awssdk.services.ssm
Methods in software.amazon.awssdk.services.ssm that return DescribeActivationsResponse Modifier and Type Method Description default DescribeActivationsResponseSsmClient. 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 DescribeActivationsResponseSsmClient. 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 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.Methods in software.amazon.awssdk.services.ssm that return types with arguments of type DescribeActivationsResponse Modifier and Type Method 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. -
Uses of DescribeActivationsResponse in software.amazon.awssdk.services.ssm.paginators
Methods in software.amazon.awssdk.services.ssm.paginators that return types with arguments of type DescribeActivationsResponse Modifier and Type Method Description Iterator<DescribeActivationsResponse>DescribeActivationsIterable. iterator()Method parameters in software.amazon.awssdk.services.ssm.paginators with type arguments of type DescribeActivationsResponse Modifier and Type Method Description voidDescribeActivationsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeActivationsResponse> subscriber)
-