Package | Description |
---|---|
com.amazonaws.services.cloudfront |
|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
PublishFunctionResult |
AbstractAmazonCloudFront.publishFunction(PublishFunctionRequest request) |
PublishFunctionResult |
AmazonCloudFrontClient.publishFunction(PublishFunctionRequest request)
Publishes a CloudFront function by copying the function code from the
DEVELOPMENT stage to
LIVE . |
PublishFunctionResult |
AmazonCloudFront.publishFunction(PublishFunctionRequest publishFunctionRequest)
Publishes a CloudFront function by copying the function code from the
DEVELOPMENT stage to
LIVE . |
Future<PublishFunctionResult> |
AbstractAmazonCloudFrontAsync.publishFunctionAsync(PublishFunctionRequest request) |
Future<PublishFunctionResult> |
AmazonCloudFrontAsyncClient.publishFunctionAsync(PublishFunctionRequest request) |
Future<PublishFunctionResult> |
AmazonCloudFrontAsync.publishFunctionAsync(PublishFunctionRequest publishFunctionRequest)
Publishes a CloudFront function by copying the function code from the
DEVELOPMENT stage to
LIVE . |
Future<PublishFunctionResult> |
AbstractAmazonCloudFrontAsync.publishFunctionAsync(PublishFunctionRequest request,
AsyncHandler<PublishFunctionRequest,PublishFunctionResult> asyncHandler) |
Future<PublishFunctionResult> |
AmazonCloudFrontAsyncClient.publishFunctionAsync(PublishFunctionRequest request,
AsyncHandler<PublishFunctionRequest,PublishFunctionResult> asyncHandler) |
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 . |
Modifier and Type | Method and Description |
---|---|
Future<PublishFunctionResult> |
AbstractAmazonCloudFrontAsync.publishFunctionAsync(PublishFunctionRequest request,
AsyncHandler<PublishFunctionRequest,PublishFunctionResult> asyncHandler) |
Future<PublishFunctionResult> |
AmazonCloudFrontAsyncClient.publishFunctionAsync(PublishFunctionRequest request,
AsyncHandler<PublishFunctionRequest,PublishFunctionResult> asyncHandler) |
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 . |
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 © 2022. All rights reserved.