Uses of Class
software.amazon.awssdk.services.kms.model.ListKeyRotationsResponse
Packages that use ListKeyRotationsResponse
Package
Description
-
Uses of ListKeyRotationsResponse in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return ListKeyRotationsResponseModifier and TypeMethodDescriptiondefault ListKeyRotationsResponseKmsClient.listKeyRotations(Consumer<ListKeyRotationsRequest.Builder> 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.Methods in software.amazon.awssdk.services.kms that return types with arguments of type ListKeyRotationsResponseModifier and TypeMethodDescriptionKmsAsyncClient.listKeyRotations(Consumer<ListKeyRotationsRequest.Builder> listKeyRotationsRequest) Returns information about the key materials associated with the specified KMS key.KmsAsyncClient.listKeyRotations(ListKeyRotationsRequest listKeyRotationsRequest) Returns information about the key materials associated with the specified KMS key. -
Uses of ListKeyRotationsResponse in software.amazon.awssdk.services.kms.paginators
Methods in software.amazon.awssdk.services.kms.paginators that return types with arguments of type ListKeyRotationsResponseMethod parameters in software.amazon.awssdk.services.kms.paginators with type arguments of type ListKeyRotationsResponseModifier and TypeMethodDescriptionvoidListKeyRotationsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListKeyRotationsResponse> subscriber)