Uses of Interface
software.amazon.awssdk.services.cloudfront.model.PublishFunctionResponse.Builder
-
Packages that use PublishFunctionResponse.Builder Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of PublishFunctionResponse.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return PublishFunctionResponse.Builder Modifier and Type Method Description static PublishFunctionResponse.BuilderPublishFunctionResponse. builder()default PublishFunctionResponse.BuilderPublishFunctionResponse.Builder. functionSummary(Consumer<FunctionSummary.Builder> functionSummary)Contains configuration information and metadata about a CloudFront function.PublishFunctionResponse.BuilderPublishFunctionResponse.Builder. functionSummary(FunctionSummary functionSummary)Contains configuration information and metadata about a CloudFront function.PublishFunctionResponse.BuilderPublishFunctionResponse. toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type PublishFunctionResponse.Builder Modifier and Type Method Description static Class<? extends PublishFunctionResponse.Builder>PublishFunctionResponse. serializableBuilderClass()
-