Uses of Class
software.amazon.awssdk.services.cloudfront.model.GetContinuousDeploymentPolicyResponse
-
Packages that use GetContinuousDeploymentPolicyResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront -
-
Uses of GetContinuousDeploymentPolicyResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return GetContinuousDeploymentPolicyResponse Modifier and Type Method Description default GetContinuousDeploymentPolicyResponseCloudFrontClient. getContinuousDeploymentPolicy(Consumer<GetContinuousDeploymentPolicyRequest.Builder> getContinuousDeploymentPolicyRequest)Gets a continuous deployment policy, including metadata (the policy's identifier and the date and time when the policy was last modified).default GetContinuousDeploymentPolicyResponseCloudFrontClient. getContinuousDeploymentPolicy(GetContinuousDeploymentPolicyRequest getContinuousDeploymentPolicyRequest)Gets a continuous deployment 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 GetContinuousDeploymentPolicyResponse Modifier and Type Method Description default CompletableFuture<GetContinuousDeploymentPolicyResponse>CloudFrontAsyncClient. getContinuousDeploymentPolicy(Consumer<GetContinuousDeploymentPolicyRequest.Builder> getContinuousDeploymentPolicyRequest)Gets a continuous deployment policy, including metadata (the policy's identifier and the date and time when the policy was last modified).default CompletableFuture<GetContinuousDeploymentPolicyResponse>CloudFrontAsyncClient. getContinuousDeploymentPolicy(GetContinuousDeploymentPolicyRequest getContinuousDeploymentPolicyRequest)Gets a continuous deployment policy, including metadata (the policy's identifier and the date and time when the policy was last modified).
-