| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront |
|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PublishFunctionResponse> |
CloudFrontAsyncClient.publishFunction(Consumer<PublishFunctionRequest.Builder> publishFunctionRequest)
Publishes a CloudFront function by copying the function code from the
DEVELOPMENT stage to
LIVE. |
default PublishFunctionResponse |
CloudFrontClient.publishFunction(Consumer<PublishFunctionRequest.Builder> publishFunctionRequest)
Publishes a CloudFront function by copying the function code from the
DEVELOPMENT stage to
LIVE. |
| Modifier and Type | Method and Description |
|---|---|
static PublishFunctionRequest.Builder |
PublishFunctionRequest.builder() |
PublishFunctionRequest.Builder |
PublishFunctionRequest.Builder.ifMatch(String ifMatch)
The current version (
ETag value) of the function that you are publishing, which you can get
using DescribeFunction. |
PublishFunctionRequest.Builder |
PublishFunctionRequest.Builder.name(String name)
The name of the function that you are publishing.
|
PublishFunctionRequest.Builder |
PublishFunctionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PublishFunctionRequest.Builder |
PublishFunctionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PublishFunctionRequest.Builder |
PublishFunctionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PublishFunctionRequest.Builder> |
PublishFunctionRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.