Uses of Class
software.amazon.awssdk.services.cloudfront.model.GetResponseHeadersPolicyResponse
-
Packages that use GetResponseHeadersPolicyResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront -
-
Uses of GetResponseHeadersPolicyResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return GetResponseHeadersPolicyResponse Modifier and Type Method Description default GetResponseHeadersPolicyResponse
CloudFrontClient. getResponseHeadersPolicy(Consumer<GetResponseHeadersPolicyRequest.Builder> getResponseHeadersPolicyRequest)
Gets a response headers policy, including metadata (the policy's identifier and the date and time when the policy was last modified).default GetResponseHeadersPolicyResponse
CloudFrontClient. getResponseHeadersPolicy(GetResponseHeadersPolicyRequest getResponseHeadersPolicyRequest)
Gets a response headers policy, including metadata (the policy's identifier and the date and time when the policy was last modified).Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type GetResponseHeadersPolicyResponse Modifier and Type Method Description default CompletableFuture<GetResponseHeadersPolicyResponse>
CloudFrontAsyncClient. getResponseHeadersPolicy(Consumer<GetResponseHeadersPolicyRequest.Builder> getResponseHeadersPolicyRequest)
Gets a response headers policy, including metadata (the policy's identifier and the date and time when the policy was last modified).default CompletableFuture<GetResponseHeadersPolicyResponse>
CloudFrontAsyncClient. getResponseHeadersPolicy(GetResponseHeadersPolicyRequest getResponseHeadersPolicyRequest)
Gets a response headers policy, including metadata (the policy's identifier and the date and time when the policy was last modified).
-