Uses of Class
com.amazonaws.services.kms.model.DisableKeyRequest
-
Packages that use DisableKeyRequest Package Description com.amazonaws.services.kms com.amazonaws.services.kms.model -
-
Uses of DisableKeyRequest in com.amazonaws.services.kms
Methods in com.amazonaws.services.kms with parameters of type DisableKeyRequest Modifier and Type Method Description DisableKeyResult
AbstractAWSKMS. disableKey(DisableKeyRequest request)
DisableKeyResult
AWSKMS. disableKey(DisableKeyRequest disableKeyRequest)
Sets the state of a customer master key (CMK) to disabled, thereby preventing its use for cryptographic operations.DisableKeyResult
AWSKMSClient. disableKey(DisableKeyRequest disableKeyRequest)
Sets the state of a customer master key (CMK) to disabled, thereby preventing its use for cryptographic operations.Future<DisableKeyResult>
AbstractAWSKMSAsync. disableKeyAsync(DisableKeyRequest request)
Future<DisableKeyResult>
AbstractAWSKMSAsync. disableKeyAsync(DisableKeyRequest request, AsyncHandler<DisableKeyRequest,DisableKeyResult> asyncHandler)
Future<DisableKeyResult>
AWSKMSAsync. disableKeyAsync(DisableKeyRequest disableKeyRequest)
Sets the state of a customer master key (CMK) to disabled, thereby preventing its use for cryptographic operations.Future<DisableKeyResult>
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.Future<DisableKeyResult>
AWSKMSAsyncClient. disableKeyAsync(DisableKeyRequest request)
Future<DisableKeyResult>
AWSKMSAsyncClient. disableKeyAsync(DisableKeyRequest request, AsyncHandler<DisableKeyRequest,DisableKeyResult> asyncHandler)
Method parameters in com.amazonaws.services.kms with type arguments of type DisableKeyRequest Modifier and Type Method Description Future<DisableKeyResult>
AbstractAWSKMSAsync. disableKeyAsync(DisableKeyRequest request, AsyncHandler<DisableKeyRequest,DisableKeyResult> asyncHandler)
Future<DisableKeyResult>
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.Future<DisableKeyResult>
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 Modifier and Type Method Description DisableKeyRequest
DisableKeyRequest. clone()
DisableKeyRequest
DisableKeyRequest. withKeyId(String keyId)
A unique identifier for the CMK.
-