| 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 |
|---|---|
PutAccountPolicyResult |
AbstractAWSLogs.putAccountPolicy(PutAccountPolicyRequest request) |
PutAccountPolicyResult |
AWSLogsClient.putAccountPolicy(PutAccountPolicyRequest request)
Creates an account-level data protection policy or subscription filter policy that applies to all log groups or a
subset of log groups in the account.
|
PutAccountPolicyResult |
AWSLogs.putAccountPolicy(PutAccountPolicyRequest putAccountPolicyRequest)
Creates an account-level data protection policy or subscription filter policy that applies to all log groups or a
subset of log groups in the account.
|
Future<PutAccountPolicyResult> |
AbstractAWSLogsAsync.putAccountPolicyAsync(PutAccountPolicyRequest request) |
Future<PutAccountPolicyResult> |
AWSLogsAsyncClient.putAccountPolicyAsync(PutAccountPolicyRequest request) |
Future<PutAccountPolicyResult> |
AWSLogsAsync.putAccountPolicyAsync(PutAccountPolicyRequest putAccountPolicyRequest)
Creates an account-level data protection policy or subscription filter policy that applies to all log groups or a
subset of log groups in the account.
|
Future<PutAccountPolicyResult> |
AbstractAWSLogsAsync.putAccountPolicyAsync(PutAccountPolicyRequest request,
AsyncHandler<PutAccountPolicyRequest,PutAccountPolicyResult> asyncHandler) |
Future<PutAccountPolicyResult> |
AWSLogsAsyncClient.putAccountPolicyAsync(PutAccountPolicyRequest request,
AsyncHandler<PutAccountPolicyRequest,PutAccountPolicyResult> asyncHandler) |
Future<PutAccountPolicyResult> |
AWSLogsAsync.putAccountPolicyAsync(PutAccountPolicyRequest putAccountPolicyRequest,
AsyncHandler<PutAccountPolicyRequest,PutAccountPolicyResult> asyncHandler)
Creates an account-level data protection policy or subscription filter policy that applies to all log groups or a
subset of log groups in the account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<PutAccountPolicyResult> |
AbstractAWSLogsAsync.putAccountPolicyAsync(PutAccountPolicyRequest request,
AsyncHandler<PutAccountPolicyRequest,PutAccountPolicyResult> asyncHandler) |
Future<PutAccountPolicyResult> |
AWSLogsAsyncClient.putAccountPolicyAsync(PutAccountPolicyRequest request,
AsyncHandler<PutAccountPolicyRequest,PutAccountPolicyResult> asyncHandler) |
Future<PutAccountPolicyResult> |
AWSLogsAsync.putAccountPolicyAsync(PutAccountPolicyRequest putAccountPolicyRequest,
AsyncHandler<PutAccountPolicyRequest,PutAccountPolicyResult> asyncHandler)
Creates an account-level data protection policy or subscription filter policy that applies to all log groups or a
subset of log groups in the account.
|
| Modifier and Type | Method and Description |
|---|---|
PutAccountPolicyRequest |
PutAccountPolicyRequest.clone() |
PutAccountPolicyRequest |
PutAccountPolicyRequest.withPolicyDocument(String policyDocument)
Specify the policy, in JSON.
|
PutAccountPolicyRequest |
PutAccountPolicyRequest.withPolicyName(String policyName)
A name for the policy.
|
PutAccountPolicyRequest |
PutAccountPolicyRequest.withPolicyType(PolicyType policyType)
The type of policy that you're creating or updating.
|
PutAccountPolicyRequest |
PutAccountPolicyRequest.withPolicyType(String policyType)
The type of policy that you're creating or updating.
|
PutAccountPolicyRequest |
PutAccountPolicyRequest.withScope(Scope scope)
Currently the only valid value for this parameter is
ALL, which specifies that the data protection
policy applies to all log groups in the account. |
PutAccountPolicyRequest |
PutAccountPolicyRequest.withScope(String scope)
Currently the only valid value for this parameter is
ALL, which specifies that the data protection
policy applies to all log groups in the account. |
PutAccountPolicyRequest |
PutAccountPolicyRequest.withSelectionCriteria(String selectionCriteria)
Use this parameter to apply the subscription filter policy to a subset of log groups in the account.
|
Copyright © 2024. All rights reserved.