Uses of Class
software.amazon.awssdk.services.kms.model.DescribeKeyResponse
-
Packages that use DescribeKeyResponse Package Description software.amazon.awssdk.services.kms Key Management Service -
-
Uses of DescribeKeyResponse in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return DescribeKeyResponse Modifier and Type Method Description default DescribeKeyResponseKmsClient. describeKey(Consumer<DescribeKeyRequest.Builder> describeKeyRequest)Provides detailed information about a KMS key.default DescribeKeyResponseKmsClient. describeKey(DescribeKeyRequest describeKeyRequest)Provides detailed information about a KMS key.Methods in software.amazon.awssdk.services.kms that return types with arguments of type DescribeKeyResponse Modifier and Type Method Description default CompletableFuture<DescribeKeyResponse>KmsAsyncClient. describeKey(Consumer<DescribeKeyRequest.Builder> describeKeyRequest)Provides detailed information about a KMS key.default CompletableFuture<DescribeKeyResponse>KmsAsyncClient. describeKey(DescribeKeyRequest describeKeyRequest)Provides detailed information about a KMS key.
-