| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront |
|
| Modifier and Type | Method and Description |
|---|---|
default PublishFunctionResponse |
CloudFrontClient.publishFunction(Consumer<PublishFunctionRequest.Builder> publishFunctionRequest)
Publishes a CloudFront function by copying the function code from the
DEVELOPMENT stage to
LIVE. |
default PublishFunctionResponse |
CloudFrontClient.publishFunction(PublishFunctionRequest publishFunctionRequest)
Publishes a CloudFront function by copying the function code from the
DEVELOPMENT stage to
LIVE. |
| 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 CompletableFuture<PublishFunctionResponse> |
CloudFrontAsyncClient.publishFunction(PublishFunctionRequest publishFunctionRequest)
Publishes a CloudFront function by copying the function code from the
DEVELOPMENT stage to
LIVE. |
Copyright © 2021. All rights reserved.