Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.PutLogGroupDeletionProtectionResponse
-
Packages that use PutLogGroupDeletionProtectionResponse 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. -
-
Uses of PutLogGroupDeletionProtectionResponse in software.amazon.awssdk.services.cloudwatchlogs
Methods in software.amazon.awssdk.services.cloudwatchlogs that return PutLogGroupDeletionProtectionResponse Modifier and Type Method Description default PutLogGroupDeletionProtectionResponseCloudWatchLogsClient. putLogGroupDeletionProtection(Consumer<PutLogGroupDeletionProtectionRequest.Builder> putLogGroupDeletionProtectionRequest)Enables or disables deletion protection for the specified log group.default PutLogGroupDeletionProtectionResponseCloudWatchLogsClient. 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 PutLogGroupDeletionProtectionResponse Modifier and Type Method Description default CompletableFuture<PutLogGroupDeletionProtectionResponse>CloudWatchLogsAsyncClient. putLogGroupDeletionProtection(Consumer<PutLogGroupDeletionProtectionRequest.Builder> putLogGroupDeletionProtectionRequest)Enables or disables deletion protection for the specified log group.default CompletableFuture<PutLogGroupDeletionProtectionResponse>CloudWatchLogsAsyncClient. putLogGroupDeletionProtection(PutLogGroupDeletionProtectionRequest putLogGroupDeletionProtectionRequest)Enables or disables deletion protection for the specified log group.
-