Uses of Class
software.amazon.awssdk.services.cloudfront.model.GetContinuousDeploymentPolicyResponse
Packages that use GetContinuousDeploymentPolicyResponse
-
Uses of GetContinuousDeploymentPolicyResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return GetContinuousDeploymentPolicyResponseModifier and TypeMethodDescriptionCloudFrontClient.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).CloudFrontClient.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 GetContinuousDeploymentPolicyResponseModifier and TypeMethodDescriptionCloudFrontAsyncClient.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).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).