Uses of Class
software.amazon.awssdk.services.kms.model.ListKeyRotationsRequest
Packages that use ListKeyRotationsRequest
Package
Description
-
Uses of ListKeyRotationsRequest in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms with parameters of type ListKeyRotationsRequestModifier and TypeMethodDescriptionKmsAsyncClient.listKeyRotations(ListKeyRotationsRequest listKeyRotationsRequest) Returns information about the key materials associated with the specified KMS key.default ListKeyRotationsResponseKmsClient.listKeyRotations(ListKeyRotationsRequest listKeyRotationsRequest) Returns information about the key materials associated with the specified KMS key.default ListKeyRotationsPublisherKmsAsyncClient.listKeyRotationsPaginator(ListKeyRotationsRequest listKeyRotationsRequest) This is a variant ofKmsAsyncClient.listKeyRotations(software.amazon.awssdk.services.kms.model.ListKeyRotationsRequest)operation.default ListKeyRotationsIterableKmsClient.listKeyRotationsPaginator(ListKeyRotationsRequest listKeyRotationsRequest) This is a variant ofKmsClient.listKeyRotations(software.amazon.awssdk.services.kms.model.ListKeyRotationsRequest)operation. -
Uses of ListKeyRotationsRequest in software.amazon.awssdk.services.kms.paginators
Constructors in software.amazon.awssdk.services.kms.paginators with parameters of type ListKeyRotationsRequestModifierConstructorDescriptionListKeyRotationsIterable(KmsClient client, ListKeyRotationsRequest firstRequest) ListKeyRotationsPublisher(KmsAsyncClient client, ListKeyRotationsRequest firstRequest) -
Uses of ListKeyRotationsRequest in software.amazon.awssdk.services.kms.transform
Methods in software.amazon.awssdk.services.kms.transform with parameters of type ListKeyRotationsRequestModifier and TypeMethodDescriptionListKeyRotationsRequestMarshaller.marshall(ListKeyRotationsRequest listKeyRotationsRequest)