Uses of Interface
software.amazon.awssdk.services.kms.model.ListKeyRotationsRequest.Builder
Packages that use ListKeyRotationsRequest.Builder
Package
Description
-
Uses of ListKeyRotationsRequest.Builder in software.amazon.awssdk.services.kms
Method parameters in software.amazon.awssdk.services.kms with type arguments of type ListKeyRotationsRequest.BuilderModifier and TypeMethodDescriptionKmsAsyncClient.listKeyRotations(Consumer<ListKeyRotationsRequest.Builder> listKeyRotationsRequest) Returns information about the key materials associated with the specified KMS key.default ListKeyRotationsResponseKmsClient.listKeyRotations(Consumer<ListKeyRotationsRequest.Builder> listKeyRotationsRequest) Returns information about the key materials associated with the specified KMS key.default ListKeyRotationsPublisherKmsAsyncClient.listKeyRotationsPaginator(Consumer<ListKeyRotationsRequest.Builder> listKeyRotationsRequest) This is a variant ofKmsAsyncClient.listKeyRotations(software.amazon.awssdk.services.kms.model.ListKeyRotationsRequest)operation.default ListKeyRotationsIterableKmsClient.listKeyRotationsPaginator(Consumer<ListKeyRotationsRequest.Builder> listKeyRotationsRequest) This is a variant ofKmsClient.listKeyRotations(software.amazon.awssdk.services.kms.model.ListKeyRotationsRequest)operation. -
Uses of ListKeyRotationsRequest.Builder in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return ListKeyRotationsRequest.BuilderModifier and TypeMethodDescriptionListKeyRotationsRequest.builder()ListKeyRotationsRequest.Builder.includeKeyMaterial(String includeKeyMaterial) Use this optional parameter to control which key materials associated with this key are listed in the response.ListKeyRotationsRequest.Builder.includeKeyMaterial(IncludeKeyMaterial includeKeyMaterial) Use this optional parameter to control which key materials associated with this key are listed in the response.Gets the key rotations for the specified KMS key.Use this parameter to specify the maximum number of items to return.Use this parameter in a subsequent request after you receive a response with truncated results.ListKeyRotationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListKeyRotationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListKeyRotationsRequest.toBuilder()Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type ListKeyRotationsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListKeyRotationsRequest.Builder>ListKeyRotationsRequest.serializableBuilderClass()