Uses of Class
software.amazon.awssdk.services.kms.model.GetPublicKeyResponse
Packages that use GetPublicKeyResponse
-
Uses of GetPublicKeyResponse in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return GetPublicKeyResponseModifier and TypeMethodDescriptiondefault GetPublicKeyResponseKmsClient.getPublicKey(Consumer<GetPublicKeyRequest.Builder> getPublicKeyRequest) Returns the public key of an asymmetric KMS key.default GetPublicKeyResponseKmsClient.getPublicKey(GetPublicKeyRequest getPublicKeyRequest) Returns the public key of an asymmetric KMS key.Methods in software.amazon.awssdk.services.kms that return types with arguments of type GetPublicKeyResponseModifier and TypeMethodDescriptiondefault CompletableFuture<GetPublicKeyResponse>KmsAsyncClient.getPublicKey(Consumer<GetPublicKeyRequest.Builder> getPublicKeyRequest) Returns the public key of an asymmetric KMS key.default CompletableFuture<GetPublicKeyResponse>KmsAsyncClient.getPublicKey(GetPublicKeyRequest getPublicKeyRequest) Returns the public key of an asymmetric KMS key.