Uses of Class
com.amazonaws.services.kms.model.DescribeKeyResult
-
Packages that use DescribeKeyResult Package Description com.amazonaws.services.kms com.amazonaws.services.kms.model -
-
Uses of DescribeKeyResult in com.amazonaws.services.kms
Methods in com.amazonaws.services.kms that return DescribeKeyResult Modifier and Type Method Description DescribeKeyResultAbstractAWSKMS. describeKey(DescribeKeyRequest request)DescribeKeyResultAWSKMS. describeKey(DescribeKeyRequest describeKeyRequest)Provides detailed information about the specified customer master key.DescribeKeyResultAWSKMSClient. describeKey(DescribeKeyRequest describeKeyRequest)Provides detailed information about the specified customer master key.Method parameters in com.amazonaws.services.kms with type arguments of type DescribeKeyResult Modifier and Type Method Description Future<DescribeKeyResult>AbstractAWSKMSAsync. describeKeyAsync(DescribeKeyRequest request, AsyncHandler<DescribeKeyRequest,DescribeKeyResult> asyncHandler)Future<DescribeKeyResult>AWSKMSAsync. describeKeyAsync(DescribeKeyRequest describeKeyRequest, AsyncHandler<DescribeKeyRequest,DescribeKeyResult> asyncHandler)Provides detailed information about the specified customer master key.Future<DescribeKeyResult>AWSKMSAsyncClient. describeKeyAsync(DescribeKeyRequest request, AsyncHandler<DescribeKeyRequest,DescribeKeyResult> asyncHandler) -
Uses of DescribeKeyResult in com.amazonaws.services.kms.model
Methods in com.amazonaws.services.kms.model that return DescribeKeyResult Modifier and Type Method Description DescribeKeyResultDescribeKeyResult. clone()DescribeKeyResultDescribeKeyResult. withKeyMetadata(KeyMetadata keyMetadata)Metadata associated with the key.
-