Package | Description |
---|---|
com.amazonaws.services.cloudfront |
|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
CreatePublicKeyResult |
AbstractAmazonCloudFront.createPublicKey(CreatePublicKeyRequest request) |
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Future<CreatePublicKeyResult> |
AbstractAmazonCloudFrontAsync.createPublicKeyAsync(CreatePublicKeyRequest request,
AsyncHandler<CreatePublicKeyRequest,CreatePublicKeyResult> asyncHandler) |
Future<CreatePublicKeyResult> |
AmazonCloudFrontAsyncClient.createPublicKeyAsync(CreatePublicKeyRequest request,
AsyncHandler<CreatePublicKeyRequest,CreatePublicKeyResult> asyncHandler) |
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.
|
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 © 2022. All rights reserved.