Uses of Class
software.amazon.awssdk.services.cloudfront.model.CreatePublicKeyRequest
-
Packages that use CreatePublicKeyRequest Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront software.amazon.awssdk.services.cloudfront.transform -
-
Uses of CreatePublicKeyRequest in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront with parameters of type CreatePublicKeyRequest Modifier and Type Method Description 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.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. -
Uses of CreatePublicKeyRequest in software.amazon.awssdk.services.cloudfront.transform
Methods in software.amazon.awssdk.services.cloudfront.transform with parameters of type CreatePublicKeyRequest Modifier and Type Method Description SdkHttpFullRequestCreatePublicKeyRequestMarshaller. marshall(CreatePublicKeyRequest createPublicKeyRequest)
-