Uses of Class
com.amazonaws.services.kms.model.DisableKeyResult
Packages that use DisableKeyResult
-
Uses of DisableKeyResult in com.amazonaws.services.kms
Methods in com.amazonaws.services.kms that return DisableKeyResultModifier 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.Methods in com.amazonaws.services.kms that return types with arguments of type DisableKeyResultModifier and TypeMethodDescriptionAbstractAWSKMSAsync.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 DisableKeyResultModifier 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 DisableKeyResult in com.amazonaws.services.kms.model
Methods in com.amazonaws.services.kms.model that return DisableKeyResult