Uses of Class
software.amazon.awssdk.services.cloudfront.model.GetPublicKeyResponse
-
Packages that use GetPublicKeyResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront -
-
Uses of GetPublicKeyResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return GetPublicKeyResponse Modifier and Type Method Description default GetPublicKeyResponseCloudFrontClient. getPublicKey(Consumer<GetPublicKeyRequest.Builder> getPublicKeyRequest)Gets a public key.default GetPublicKeyResponseCloudFrontClient. getPublicKey(GetPublicKeyRequest getPublicKeyRequest)Gets a public key.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type GetPublicKeyResponse Modifier and Type Method Description default CompletableFuture<GetPublicKeyResponse>CloudFrontAsyncClient. getPublicKey(Consumer<GetPublicKeyRequest.Builder> getPublicKeyRequest)Gets a public key.default CompletableFuture<GetPublicKeyResponse>CloudFrontAsyncClient. getPublicKey(GetPublicKeyRequest getPublicKeyRequest)Gets a public key.
-