Uses of Interface
software.amazon.awssdk.services.cloudfront.model.PublishFunctionRequest.Builder
-
Packages that use PublishFunctionRequest.Builder Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront software.amazon.awssdk.services.cloudfront.model -
-
Uses of PublishFunctionRequest.Builder in software.amazon.awssdk.services.cloudfront
Method parameters in software.amazon.awssdk.services.cloudfront with type arguments of type PublishFunctionRequest.Builder 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 PublishFunctionResponseCloudFrontClient. publishFunction(Consumer<PublishFunctionRequest.Builder> publishFunctionRequest)Publishes a CloudFront function by copying the function code from theDEVELOPMENTstage toLIVE. -
Uses of PublishFunctionRequest.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return PublishFunctionRequest.Builder Modifier and Type Method Description static PublishFunctionRequest.BuilderPublishFunctionRequest. builder()PublishFunctionRequest.BuilderPublishFunctionRequest.Builder. ifMatch(String ifMatch)The current version (ETagvalue) of the function that you are publishing, which you can get usingDescribeFunction.PublishFunctionRequest.BuilderPublishFunctionRequest.Builder. name(String name)The name of the function that you are publishing.PublishFunctionRequest.BuilderPublishFunctionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PublishFunctionRequest.BuilderPublishFunctionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PublishFunctionRequest.BuilderPublishFunctionRequest. toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type PublishFunctionRequest.Builder Modifier and Type Method Description static Class<? extends PublishFunctionRequest.Builder>PublishFunctionRequest. serializableBuilderClass()
-