Uses of Class
software.amazon.awssdk.services.cloudfront.model.PublishFunctionResponse
-
Packages that use PublishFunctionResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront -
-
Uses of PublishFunctionResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return PublishFunctionResponse Modifier and Type Method Description default PublishFunctionResponse
CloudFrontClient. publishFunction(Consumer<PublishFunctionRequest.Builder> publishFunctionRequest)
Publishes a CloudFront function by copying the function code from theDEVELOPMENT
stage toLIVE
.default PublishFunctionResponse
CloudFrontClient. publishFunction(PublishFunctionRequest publishFunctionRequest)
Publishes a CloudFront function by copying the function code from theDEVELOPMENT
stage toLIVE
.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type PublishFunctionResponse Modifier and Type Method Description default CompletableFuture<PublishFunctionResponse>
CloudFrontAsyncClient. publishFunction(Consumer<PublishFunctionRequest.Builder> publishFunctionRequest)
Publishes a CloudFront function by copying the function code from theDEVELOPMENT
stage toLIVE
.default CompletableFuture<PublishFunctionResponse>
CloudFrontAsyncClient. publishFunction(PublishFunctionRequest publishFunctionRequest)
Publishes a CloudFront function by copying the function code from theDEVELOPMENT
stage toLIVE
.
-