Uses of Interface
software.amazon.awssdk.services.cloudfront.model.GetCachePolicyResponse.Builder
-
Packages that use GetCachePolicyResponse.Builder Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of GetCachePolicyResponse.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return GetCachePolicyResponse.Builder Modifier and Type Method Description static GetCachePolicyResponse.BuilderGetCachePolicyResponse. builder()default GetCachePolicyResponse.BuilderGetCachePolicyResponse.Builder. cachePolicy(Consumer<CachePolicy.Builder> cachePolicy)The cache policy.GetCachePolicyResponse.BuilderGetCachePolicyResponse.Builder. cachePolicy(CachePolicy cachePolicy)The cache policy.GetCachePolicyResponse.BuilderGetCachePolicyResponse.Builder. eTag(String eTag)The current version of the cache policy.GetCachePolicyResponse.BuilderGetCachePolicyResponse. toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type GetCachePolicyResponse.Builder Modifier and Type Method Description static Class<? extends GetCachePolicyResponse.Builder>GetCachePolicyResponse. serializableBuilderClass()
-