Uses of Interface
software.amazon.awssdk.services.cloudfront.model.PublishFunctionRequest.Builder
Packages that use PublishFunctionRequest.Builder
Package
Description
-
Uses of PublishFunctionRequest.Builder in software.amazon.awssdk.services.cloudfront
Method parameters in software.amazon.awssdk.services.cloudfront with type arguments of type PublishFunctionRequest.BuilderModifier and TypeMethodDescriptiondefault 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.BuilderModifier and TypeMethodDescriptionPublishFunctionRequest.builder()The current version (ETagvalue) of the function that you are publishing, which you can get usingDescribeFunction.The name of the function that you are publishing.PublishFunctionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PublishFunctionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) PublishFunctionRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type PublishFunctionRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PublishFunctionRequest.Builder>PublishFunctionRequest.serializableBuilderClass()