Uses of Class
com.amazonaws.services.kms.model.DisableKeyResult
-
Packages that use DisableKeyResult Package Description com.amazonaws.services.kms com.amazonaws.services.kms.model -
-
Uses of DisableKeyResult in com.amazonaws.services.kms
Methods in com.amazonaws.services.kms that return DisableKeyResult Modifier and Type Method Description DisableKeyResultAbstractAWSKMS. disableKey(DisableKeyRequest request)DisableKeyResultAWSKMS. disableKey(DisableKeyRequest disableKeyRequest)Sets the state of a customer master key (CMK) to disabled, thereby preventing its use for cryptographic operations.DisableKeyResultAWSKMSClient. 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 DisableKeyResult Modifier and Type Method Description 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 DisableKeyResult 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 DisableKeyResult in com.amazonaws.services.kms.model
Methods in com.amazonaws.services.kms.model that return DisableKeyResult Modifier and Type Method Description DisableKeyResultDisableKeyResult. clone()
-