Uses of Class
software.amazon.awssdk.services.kms.model.ListKeyRotationsResponse
-
Packages that use ListKeyRotationsResponse Package Description software.amazon.awssdk.services.kms Key Management Service software.amazon.awssdk.services.kms.paginators -
-
Uses of ListKeyRotationsResponse in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return ListKeyRotationsResponse Modifier and Type Method Description default 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 ListKeyRotationsResponse Modifier and Type Method Description default CompletableFuture<ListKeyRotationsResponse>KmsAsyncClient. listKeyRotations(Consumer<ListKeyRotationsRequest.Builder> listKeyRotationsRequest)Returns information about the key materials associated with the specified KMS key.default CompletableFuture<ListKeyRotationsResponse>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 ListKeyRotationsResponse Modifier and Type Method Description Iterator<ListKeyRotationsResponse>ListKeyRotationsIterable. iterator()Method parameters in software.amazon.awssdk.services.kms.paginators with type arguments of type ListKeyRotationsResponse Modifier and Type Method Description voidListKeyRotationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListKeyRotationsResponse> subscriber)
-