| 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 |
|---|---|
PutDataProtectionPolicyResult |
AbstractAWSLogs.putDataProtectionPolicy(PutDataProtectionPolicyRequest request) |
PutDataProtectionPolicyResult |
AWSLogs.putDataProtectionPolicy(PutDataProtectionPolicyRequest putDataProtectionPolicyRequest)
Creates a data protection policy for the specified log group.
|
PutDataProtectionPolicyResult |
AWSLogsClient.putDataProtectionPolicy(PutDataProtectionPolicyRequest request)
Creates a data protection policy for the specified log group.
|
| Modifier and Type | Method and Description |
|---|---|
Future<PutDataProtectionPolicyResult> |
AbstractAWSLogsAsync.putDataProtectionPolicyAsync(PutDataProtectionPolicyRequest request,
AsyncHandler<PutDataProtectionPolicyRequest,PutDataProtectionPolicyResult> asyncHandler) |
Future<PutDataProtectionPolicyResult> |
AWSLogsAsync.putDataProtectionPolicyAsync(PutDataProtectionPolicyRequest putDataProtectionPolicyRequest,
AsyncHandler<PutDataProtectionPolicyRequest,PutDataProtectionPolicyResult> asyncHandler)
Creates a data protection policy for the specified log group.
|
Future<PutDataProtectionPolicyResult> |
AWSLogsAsyncClient.putDataProtectionPolicyAsync(PutDataProtectionPolicyRequest request,
AsyncHandler<PutDataProtectionPolicyRequest,PutDataProtectionPolicyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PutDataProtectionPolicyResult |
PutDataProtectionPolicyResult.clone() |
PutDataProtectionPolicyResult |
PutDataProtectionPolicyResult.withLastUpdatedTime(Long lastUpdatedTime)
The date and time that this policy was most recently updated.
|
PutDataProtectionPolicyResult |
PutDataProtectionPolicyResult.withLogGroupIdentifier(String logGroupIdentifier)
The log group name or ARN that you specified in your request.
|
PutDataProtectionPolicyResult |
PutDataProtectionPolicyResult.withPolicyDocument(String policyDocument)
The data protection policy used for this log group.
|
Copyright © 2023. All rights reserved.