Uses of Class
software.amazon.awssdk.services.kms.model.GetPublicKeyResponse
-
Packages that use GetPublicKeyResponse Package Description software.amazon.awssdk.services.kms Key Management Service -
-
Uses of GetPublicKeyResponse in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return GetPublicKeyResponse Modifier and Type Method Description default 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 GetPublicKeyResponse Modifier and Type Method Description default 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.
-