| 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 |
|---|---|
GetDataProtectionPolicyResult |
AWSLogsClient.getDataProtectionPolicy(GetDataProtectionPolicyRequest request)
Returns information about a log group data protection policy.
|
GetDataProtectionPolicyResult |
AbstractAWSLogs.getDataProtectionPolicy(GetDataProtectionPolicyRequest request) |
GetDataProtectionPolicyResult |
AWSLogs.getDataProtectionPolicy(GetDataProtectionPolicyRequest getDataProtectionPolicyRequest)
Returns information about a log group data protection policy.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetDataProtectionPolicyResult> |
AWSLogsAsyncClient.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.
|
Future<GetDataProtectionPolicyResult> |
AbstractAWSLogsAsync.getDataProtectionPolicyAsync(GetDataProtectionPolicyRequest request,
AsyncHandler<GetDataProtectionPolicyRequest,GetDataProtectionPolicyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetDataProtectionPolicyResult |
GetDataProtectionPolicyResult.clone() |
GetDataProtectionPolicyResult |
GetDataProtectionPolicyResult.withLastUpdatedTime(Long lastUpdatedTime)
The date and time that this policy was most recently updated.
|
GetDataProtectionPolicyResult |
GetDataProtectionPolicyResult.withLogGroupIdentifier(String logGroupIdentifier)
The log group name or ARN that you specified in your request.
|
GetDataProtectionPolicyResult |
GetDataProtectionPolicyResult.withPolicyDocument(String policyDocument)
The data protection policy document for this log group.
|
Copyright © 2023. All rights reserved.