Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.PutLogGroupDeletionProtectionRequest.Builder
-
Packages that use PutLogGroupDeletionProtectionRequest.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 PutLogGroupDeletionProtectionRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type PutLogGroupDeletionProtectionRequest.Builder 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 PutLogGroupDeletionProtectionResponseCloudWatchLogsClient. putLogGroupDeletionProtection(Consumer<PutLogGroupDeletionProtectionRequest.Builder> putLogGroupDeletionProtectionRequest)Enables or disables deletion protection for the specified log group. -
Uses of PutLogGroupDeletionProtectionRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type PutLogGroupDeletionProtectionRequest.Builder Modifier and Type Method Description static Class<? extends PutLogGroupDeletionProtectionRequest.Builder>PutLogGroupDeletionProtectionRequest. serializableBuilderClass()
-