Uses of Class
software.amazon.awssdk.services.kms.model.DescribeKeyResponse
Packages that use DescribeKeyResponse
-
Uses of DescribeKeyResponse in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return DescribeKeyResponseModifier and TypeMethodDescriptiondefault 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 DescribeKeyResponseModifier and TypeMethodDescriptiondefault 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.