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 PublishFunctionResponseCloudFrontClient. publishFunction(Consumer<PublishFunctionRequest.Builder> publishFunctionRequest)Publishes a CloudFront function by copying the function code from theDEVELOPMENTstage toLIVE.default PublishFunctionResponseCloudFrontClient. publishFunction(PublishFunctionRequest publishFunctionRequest)Publishes a CloudFront function by copying the function code from theDEVELOPMENTstage 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 theDEVELOPMENTstage toLIVE.default CompletableFuture<PublishFunctionResponse>CloudFrontAsyncClient. publishFunction(PublishFunctionRequest publishFunctionRequest)Publishes a CloudFront function by copying the function code from theDEVELOPMENTstage toLIVE.
-