| 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<GetDataProtectionPolicyResult> |
AWSLogsAsyncClient.getDataProtectionPolicyAsync(GetDataProtectionPolicyRequest request,
AsyncHandler<GetDataProtectionPolicyRequest,GetDataProtectionPolicyResult> asyncHandler) |
Future<GetDataProtectionPolicyResult> |
AbstractAWSLogsAsync.getDataProtectionPolicyAsync(GetDataProtectionPolicyRequest request,
AsyncHandler<GetDataProtectionPolicyRequest,GetDataProtectionPolicyResult> asyncHandler) |
Future<GetDataProtectionPolicyResult> |
AWSLogsAsync.getDataProtectionPolicyAsync(GetDataProtectionPolicyRequest getDataProtectionPolicyRequest,
AsyncHandler<GetDataProtectionPolicyRequest,GetDataProtectionPolicyResult> asyncHandler)
Returns information about a log group data protection policy.
|
| Modifier and Type | Method and Description |
|---|---|
GetDataProtectionPolicyRequest |
GetDataProtectionPolicyRequest.clone() |
GetDataProtectionPolicyRequest |
GetDataProtectionPolicyRequest.withLogGroupIdentifier(String logGroupIdentifier)
The name or ARN of the log group that contains the data protection policy that you want to see.
|
Copyright © 2023. All rights reserved.