Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.PutLogGroupDeletionProtectionResponse
Packages that use PutLogGroupDeletionProtectionResponse
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 PutLogGroupDeletionProtectionResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return PutLogGroupDeletionProtectionResponseModifier and TypeMethodDescriptionCloudWatchLogsClient.putLogGroupDeletionProtection(Consumer<PutLogGroupDeletionProtectionRequest.Builder> putLogGroupDeletionProtectionRequest) Enables or disables deletion protection for the specified log group.CloudWatchLogsClient.putLogGroupDeletionProtection(PutLogGroupDeletionProtectionRequest putLogGroupDeletionProtectionRequest) Enables or disables deletion protection for the specified log group.Methods in software.amazon.awssdk.services.cloudwatchlogs that return types with arguments of type PutLogGroupDeletionProtectionResponseModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.putLogGroupDeletionProtection(Consumer<PutLogGroupDeletionProtectionRequest.Builder> putLogGroupDeletionProtectionRequest) Enables or disables deletion protection for the specified log group.CloudWatchLogsAsyncClient.putLogGroupDeletionProtection(PutLogGroupDeletionProtectionRequest putLogGroupDeletionProtectionRequest) Enables or disables deletion protection for the specified log group.