Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.GetDataProtectionPolicyResponse
Packages that use GetDataProtectionPolicyResponse
Package
Description
You can use Amazon CloudWatch Logs to monitor, store, and access your log files from EC2 instances, CloudTrail, and
other sources.
-
Uses of GetDataProtectionPolicyResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return GetDataProtectionPolicyResponseModifier and TypeMethodDescriptiondefault GetDataProtectionPolicyResponseCloudWatchLogsClient.getDataProtectionPolicy(Consumer<GetDataProtectionPolicyRequest.Builder> getDataProtectionPolicyRequest) Returns information about a log group data protection policy.default GetDataProtectionPolicyResponseCloudWatchLogsClient.getDataProtectionPolicy(GetDataProtectionPolicyRequest getDataProtectionPolicyRequest) Returns information about a log group data protection policy.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type GetDataProtectionPolicyResponseModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.getDataProtectionPolicy(Consumer<GetDataProtectionPolicyRequest.Builder> getDataProtectionPolicyRequest) Returns information about a log group data protection policy.CloudWatchLogsAsyncClient.getDataProtectionPolicy(GetDataProtectionPolicyRequest getDataProtectionPolicyRequest) Returns information about a log group data protection policy.