| 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<PutDestinationPolicyResult> |
AWSLogsAsyncClient.putDestinationPolicyAsync(PutDestinationPolicyRequest request,
AsyncHandler<PutDestinationPolicyRequest,PutDestinationPolicyResult> asyncHandler) |
Future<PutDestinationPolicyResult> |
AWSLogsAsync.putDestinationPolicyAsync(PutDestinationPolicyRequest putDestinationPolicyRequest,
AsyncHandler<PutDestinationPolicyRequest,PutDestinationPolicyResult> asyncHandler)
Creates or updates an access policy associated with an existing destination.
|
Future<PutDestinationPolicyResult> |
AbstractAWSLogsAsync.putDestinationPolicyAsync(PutDestinationPolicyRequest request,
AsyncHandler<PutDestinationPolicyRequest,PutDestinationPolicyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PutDestinationPolicyRequest |
PutDestinationPolicyRequest.clone() |
PutDestinationPolicyRequest |
PutDestinationPolicyRequest.withAccessPolicy(String accessPolicy)
An IAM policy document that authorizes cross-account users to deliver their log events to the associated
destination.
|
PutDestinationPolicyRequest |
PutDestinationPolicyRequest.withDestinationName(String destinationName)
A name for an existing destination.
|
PutDestinationPolicyRequest |
PutDestinationPolicyRequest.withForceUpdate(Boolean forceUpdate)
Specify true if you are updating an existing destination policy to grant permission to an organization ID instead
of granting permission to individual AWS accounts.
|
Copyright © 2023. All rights reserved.