Uses of Class
software.amazon.awssdk.services.cloudfront.model.GetPublicKeyResponse
Packages that use GetPublicKeyResponse
-
Uses of GetPublicKeyResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return GetPublicKeyResponseModifier and TypeMethodDescriptiondefault 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 GetPublicKeyResponseModifier and TypeMethodDescriptiondefault CompletableFuture<GetPublicKeyResponse>CloudFrontAsyncClient.getPublicKey(Consumer<GetPublicKeyRequest.Builder> getPublicKeyRequest) Gets a public key.default CompletableFuture<GetPublicKeyResponse>CloudFrontAsyncClient.getPublicKey(GetPublicKeyRequest getPublicKeyRequest) Gets a public key.