Uses of Class
software.amazon.awssdk.services.cloudfront.model.PublishFunctionRequest
-
Packages that use PublishFunctionRequest Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront software.amazon.awssdk.services.cloudfront.transform -
-
Uses of PublishFunctionRequest in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront with parameters of type PublishFunctionRequest Modifier and Type Method Description default CompletableFuture<PublishFunctionResponse>CloudFrontAsyncClient. publishFunction(PublishFunctionRequest 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. -
Uses of PublishFunctionRequest in software.amazon.awssdk.services.cloudfront.transform
Methods in software.amazon.awssdk.services.cloudfront.transform with parameters of type PublishFunctionRequest Modifier and Type Method Description SdkHttpFullRequestPublishFunctionRequestMarshaller. marshall(PublishFunctionRequest publishFunctionRequest)
-