Uses of Class
com.amazonaws.services.kms.model.DisableKeyRequest
Packages that use DisableKeyRequest
-
Uses of DisableKeyRequest in com.amazonaws.services.kms
Methods in com.amazonaws.services.kms with parameters of type DisableKeyRequestModifier and TypeMethodDescriptionAbstractAWSKMS.disableKey
(DisableKeyRequest request) AWSKMS.disableKey
(DisableKeyRequest disableKeyRequest) Sets the state of a customer master key (CMK) to disabled, thereby preventing its use for cryptographic operations.AWSKMSClient.disableKey
(DisableKeyRequest disableKeyRequest) Sets the state of a customer master key (CMK) to disabled, thereby preventing its use for cryptographic operations.AbstractAWSKMSAsync.disableKeyAsync
(DisableKeyRequest request) AbstractAWSKMSAsync.disableKeyAsync
(DisableKeyRequest request, AsyncHandler<DisableKeyRequest, DisableKeyResult> asyncHandler) AWSKMSAsync.disableKeyAsync
(DisableKeyRequest disableKeyRequest) Sets the state of a customer master key (CMK) to disabled, thereby preventing its use for cryptographic operations.AWSKMSAsync.disableKeyAsync
(DisableKeyRequest disableKeyRequest, AsyncHandler<DisableKeyRequest, DisableKeyResult> asyncHandler) Sets the state of a customer master key (CMK) to disabled, thereby preventing its use for cryptographic operations.AWSKMSAsyncClient.disableKeyAsync
(DisableKeyRequest request) AWSKMSAsyncClient.disableKeyAsync
(DisableKeyRequest request, AsyncHandler<DisableKeyRequest, DisableKeyResult> asyncHandler) Method parameters in com.amazonaws.services.kms with type arguments of type DisableKeyRequestModifier and TypeMethodDescriptionAbstractAWSKMSAsync.disableKeyAsync
(DisableKeyRequest request, AsyncHandler<DisableKeyRequest, DisableKeyResult> asyncHandler) AWSKMSAsync.disableKeyAsync
(DisableKeyRequest disableKeyRequest, AsyncHandler<DisableKeyRequest, DisableKeyResult> asyncHandler) Sets the state of a customer master key (CMK) to disabled, thereby preventing its use for cryptographic operations.AWSKMSAsyncClient.disableKeyAsync
(DisableKeyRequest request, AsyncHandler<DisableKeyRequest, DisableKeyResult> asyncHandler) -
Uses of DisableKeyRequest in com.amazonaws.services.kms.model
Methods in com.amazonaws.services.kms.model that return DisableKeyRequest