Uses of Class
software.amazon.awssdk.services.cloudfront.model.CreatePublicKeyResponse
Packages that use CreatePublicKeyResponse
-
Uses of CreatePublicKeyResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return CreatePublicKeyResponseModifier and TypeMethodDescriptiondefault CreatePublicKeyResponseCloudFrontClient.createPublicKey(Consumer<CreatePublicKeyRequest.Builder> createPublicKeyRequest) Uploads a public key to CloudFront that you can use with signed URLs and signed cookies, or with field-level encryption.default CreatePublicKeyResponseCloudFrontClient.createPublicKey(CreatePublicKeyRequest createPublicKeyRequest) Uploads a public key to CloudFront that you can use with signed URLs and signed cookies, or with field-level encryption.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type CreatePublicKeyResponseModifier and TypeMethodDescriptiondefault CompletableFuture<CreatePublicKeyResponse>CloudFrontAsyncClient.createPublicKey(Consumer<CreatePublicKeyRequest.Builder> createPublicKeyRequest) Uploads a public key to CloudFront that you can use with signed URLs and signed cookies, or with field-level encryption.default CompletableFuture<CreatePublicKeyResponse>CloudFrontAsyncClient.createPublicKey(CreatePublicKeyRequest createPublicKeyRequest) Uploads a public key to CloudFront that you can use with signed URLs and signed cookies, or with field-level encryption.