| Package | Description |
|---|---|
| com.amazonaws.services.logs |
You can use Amazon CloudWatch Logs to monitor, store, and access your log files from EC2 instances, CloudTrail, and
other sources.
|
| com.amazonaws.services.logs.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteDataProtectionPolicyResult> |
AWSLogsAsyncClient.deleteDataProtectionPolicyAsync(DeleteDataProtectionPolicyRequest request,
AsyncHandler<DeleteDataProtectionPolicyRequest,DeleteDataProtectionPolicyResult> asyncHandler) |
Future<DeleteDataProtectionPolicyResult> |
AbstractAWSLogsAsync.deleteDataProtectionPolicyAsync(DeleteDataProtectionPolicyRequest request,
AsyncHandler<DeleteDataProtectionPolicyRequest,DeleteDataProtectionPolicyResult> asyncHandler) |
Future<DeleteDataProtectionPolicyResult> |
AWSLogsAsync.deleteDataProtectionPolicyAsync(DeleteDataProtectionPolicyRequest deleteDataProtectionPolicyRequest,
AsyncHandler<DeleteDataProtectionPolicyRequest,DeleteDataProtectionPolicyResult> asyncHandler)
Deletes the data protection policy from the specified log group.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteDataProtectionPolicyRequest |
DeleteDataProtectionPolicyRequest.clone() |
DeleteDataProtectionPolicyRequest |
DeleteDataProtectionPolicyRequest.withLogGroupIdentifier(String logGroupIdentifier)
The name or ARN of the log group that you want to delete the data protection policy for.
|
Copyright © 2023. All rights reserved.