Uses of Interface
software.amazon.awssdk.services.cloudfront.model.GetCachePolicyRequest.Builder
-
Packages that use GetCachePolicyRequest.Builder Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront software.amazon.awssdk.services.cloudfront.model -
-
Uses of GetCachePolicyRequest.Builder in software.amazon.awssdk.services.cloudfront
Method parameters in software.amazon.awssdk.services.cloudfront with type arguments of type GetCachePolicyRequest.Builder Modifier and Type Method Description default CompletableFuture<GetCachePolicyResponse>CloudFrontAsyncClient. getCachePolicy(Consumer<GetCachePolicyRequest.Builder> getCachePolicyRequest)Gets a cache policy, including the following metadata:default GetCachePolicyResponseCloudFrontClient. getCachePolicy(Consumer<GetCachePolicyRequest.Builder> getCachePolicyRequest)Gets a cache policy, including the following metadata: -
Uses of GetCachePolicyRequest.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return GetCachePolicyRequest.Builder Modifier and Type Method Description static GetCachePolicyRequest.BuilderGetCachePolicyRequest. builder()GetCachePolicyRequest.BuilderGetCachePolicyRequest.Builder. id(String id)The unique identifier for the cache policy.GetCachePolicyRequest.BuilderGetCachePolicyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetCachePolicyRequest.BuilderGetCachePolicyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetCachePolicyRequest.BuilderGetCachePolicyRequest. toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type GetCachePolicyRequest.Builder Modifier and Type Method Description static Class<? extends GetCachePolicyRequest.Builder>GetCachePolicyRequest. serializableBuilderClass()
-