| Package | Description |
|---|---|
| com.amazonaws.services.cloudfront |
|
| com.amazonaws.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
PublishFunctionResult |
AbstractAmazonCloudFront.publishFunction(PublishFunctionRequest request) |
PublishFunctionResult |
AmazonCloudFront.publishFunction(PublishFunctionRequest publishFunctionRequest)
Publishes a CloudFront function by copying the function code from the
DEVELOPMENT stage to
LIVE. |
PublishFunctionResult |
AmazonCloudFrontClient.publishFunction(PublishFunctionRequest request)
Publishes a CloudFront function by copying the function code from the
DEVELOPMENT stage to
LIVE. |
Future<PublishFunctionResult> |
AmazonCloudFrontAsync.publishFunctionAsync(PublishFunctionRequest publishFunctionRequest)
Publishes a CloudFront function by copying the function code from the
DEVELOPMENT stage to
LIVE. |
Future<PublishFunctionResult> |
AmazonCloudFrontAsyncClient.publishFunctionAsync(PublishFunctionRequest request) |
Future<PublishFunctionResult> |
AbstractAmazonCloudFrontAsync.publishFunctionAsync(PublishFunctionRequest request) |
Future<PublishFunctionResult> |
AmazonCloudFrontAsync.publishFunctionAsync(PublishFunctionRequest publishFunctionRequest,
AsyncHandler<PublishFunctionRequest,PublishFunctionResult> asyncHandler)
Publishes a CloudFront function by copying the function code from the
DEVELOPMENT stage to
LIVE. |
Future<PublishFunctionResult> |
AmazonCloudFrontAsyncClient.publishFunctionAsync(PublishFunctionRequest request,
AsyncHandler<PublishFunctionRequest,PublishFunctionResult> asyncHandler) |
Future<PublishFunctionResult> |
AbstractAmazonCloudFrontAsync.publishFunctionAsync(PublishFunctionRequest request,
AsyncHandler<PublishFunctionRequest,PublishFunctionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<PublishFunctionResult> |
AmazonCloudFrontAsync.publishFunctionAsync(PublishFunctionRequest publishFunctionRequest,
AsyncHandler<PublishFunctionRequest,PublishFunctionResult> asyncHandler)
Publishes a CloudFront function by copying the function code from the
DEVELOPMENT stage to
LIVE. |
Future<PublishFunctionResult> |
AmazonCloudFrontAsyncClient.publishFunctionAsync(PublishFunctionRequest request,
AsyncHandler<PublishFunctionRequest,PublishFunctionResult> asyncHandler) |
Future<PublishFunctionResult> |
AbstractAmazonCloudFrontAsync.publishFunctionAsync(PublishFunctionRequest request,
AsyncHandler<PublishFunctionRequest,PublishFunctionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PublishFunctionRequest |
PublishFunctionRequest.clone() |
PublishFunctionRequest |
PublishFunctionRequest.withIfMatch(String ifMatch)
The current version (
ETag value) of the function that you are publishing, which you can get using
DescribeFunction. |
PublishFunctionRequest |
PublishFunctionRequest.withName(String name)
The name of the function that you are publishing.
|
Copyright © 2021. All rights reserved.