Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.GetDataProtectionPolicyRequest.Builder
-
Packages that use GetDataProtectionPolicyRequest.Builder Package Description software.amazon.awssdk.services.cloudwatchlogs You can use Amazon CloudWatch Logs to monitor, store, and access your log files from EC2 instances, CloudTrail, and other sources.software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of GetDataProtectionPolicyRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type GetDataProtectionPolicyRequest.Builder Modifier and Type Method Description default CompletableFuture<GetDataProtectionPolicyResponse>CloudWatchLogsAsyncClient. getDataProtectionPolicy(Consumer<GetDataProtectionPolicyRequest.Builder> getDataProtectionPolicyRequest)Returns information about a log group data protection policy.default GetDataProtectionPolicyResponseCloudWatchLogsClient. getDataProtectionPolicy(Consumer<GetDataProtectionPolicyRequest.Builder> getDataProtectionPolicyRequest)Returns information about a log group data protection policy. -
Uses of GetDataProtectionPolicyRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return GetDataProtectionPolicyRequest.Builder Modifier and Type Method Description static GetDataProtectionPolicyRequest.BuilderGetDataProtectionPolicyRequest. builder()GetDataProtectionPolicyRequest.BuilderGetDataProtectionPolicyRequest.Builder. logGroupIdentifier(String logGroupIdentifier)The name or ARN of the log group that contains the data protection policy that you want to see.GetDataProtectionPolicyRequest.BuilderGetDataProtectionPolicyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDataProtectionPolicyRequest.BuilderGetDataProtectionPolicyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetDataProtectionPolicyRequest.BuilderGetDataProtectionPolicyRequest. toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type GetDataProtectionPolicyRequest.Builder Modifier and Type Method Description static Class<? extends GetDataProtectionPolicyRequest.Builder>GetDataProtectionPolicyRequest. serializableBuilderClass()
-