Uses of Interface
software.amazon.awssdk.services.cloudfront.model.UpdateCachePolicyRequest.Builder
-
Packages that use UpdateCachePolicyRequest.Builder Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront software.amazon.awssdk.services.cloudfront.model -
-
Uses of UpdateCachePolicyRequest.Builder in software.amazon.awssdk.services.cloudfront
Method parameters in software.amazon.awssdk.services.cloudfront with type arguments of type UpdateCachePolicyRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateCachePolicyResponse>CloudFrontAsyncClient. updateCachePolicy(Consumer<UpdateCachePolicyRequest.Builder> updateCachePolicyRequest)Updates a cache policy configuration.default UpdateCachePolicyResponseCloudFrontClient. updateCachePolicy(Consumer<UpdateCachePolicyRequest.Builder> updateCachePolicyRequest)Updates a cache policy configuration. -
Uses of UpdateCachePolicyRequest.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return UpdateCachePolicyRequest.Builder Modifier and Type Method Description static UpdateCachePolicyRequest.BuilderUpdateCachePolicyRequest. builder()default UpdateCachePolicyRequest.BuilderUpdateCachePolicyRequest.Builder. cachePolicyConfig(Consumer<CachePolicyConfig.Builder> cachePolicyConfig)A cache policy configuration.UpdateCachePolicyRequest.BuilderUpdateCachePolicyRequest.Builder. cachePolicyConfig(CachePolicyConfig cachePolicyConfig)A cache policy configuration.UpdateCachePolicyRequest.BuilderUpdateCachePolicyRequest.Builder. id(String id)The unique identifier for the cache policy that you are updating.UpdateCachePolicyRequest.BuilderUpdateCachePolicyRequest.Builder. ifMatch(String ifMatch)The version of the cache policy that you are updating.UpdateCachePolicyRequest.BuilderUpdateCachePolicyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateCachePolicyRequest.BuilderUpdateCachePolicyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateCachePolicyRequest.BuilderUpdateCachePolicyRequest. toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type UpdateCachePolicyRequest.Builder Modifier and Type Method Description static Class<? extends UpdateCachePolicyRequest.Builder>UpdateCachePolicyRequest. serializableBuilderClass()
-