| Package | Description | 
|---|---|
| com.amazonaws.services.cloudfront |  | 
| com.amazonaws.services.cloudfront.model | 
| Modifier and Type | Method and Description | 
|---|---|
| CreatePublicKeyResult | AbstractAmazonCloudFront. createPublicKey(CreatePublicKeyRequest request) | 
| CreatePublicKeyResult | AmazonCloudFront. createPublicKey(CreatePublicKeyRequest createPublicKeyRequest)
 Uploads a public key to CloudFront that you can use with signed URLs and
 signed cookies, or with field-level
 encryption. | 
| CreatePublicKeyResult | AmazonCloudFrontClient. createPublicKey(CreatePublicKeyRequest request)
 Uploads a public key to CloudFront that you can use with signed URLs and
 signed cookies, or with field-level
 encryption. | 
| Modifier and Type | Method and Description | 
|---|---|
| Future<CreatePublicKeyResult> | AmazonCloudFrontAsync. createPublicKeyAsync(CreatePublicKeyRequest createPublicKeyRequest,
                    AsyncHandler<CreatePublicKeyRequest,CreatePublicKeyResult> asyncHandler)
 Uploads a public key to CloudFront that you can use with signed URLs and
 signed cookies, or with field-level
 encryption. | 
| Future<CreatePublicKeyResult> | AmazonCloudFrontAsyncClient. createPublicKeyAsync(CreatePublicKeyRequest request,
                    AsyncHandler<CreatePublicKeyRequest,CreatePublicKeyResult> asyncHandler) | 
| Future<CreatePublicKeyResult> | AbstractAmazonCloudFrontAsync. createPublicKeyAsync(CreatePublicKeyRequest request,
                    AsyncHandler<CreatePublicKeyRequest,CreatePublicKeyResult> asyncHandler) | 
| Modifier and Type | Method and Description | 
|---|---|
| CreatePublicKeyResult | CreatePublicKeyResult. clone() | 
| CreatePublicKeyResult | CreatePublicKeyResult. withETag(String eTag)
 The identifier for this version of the public key. | 
| CreatePublicKeyResult | CreatePublicKeyResult. withLocation(String location)
 The URL of the public key. | 
| CreatePublicKeyResult | CreatePublicKeyResult. withPublicKey(PublicKey publicKey)
 The public key. | 
Copyright © 2021. All rights reserved.