Package | Description |
---|---|
com.amazonaws.services.logs | |
com.amazonaws.services.logs.model |
Modifier and Type | Method and Description |
---|---|
Future<PutDestinationPolicyResult> |
AWSLogsAsync.putDestinationPolicyAsync(PutDestinationPolicyRequest putDestinationPolicyRequest,
AsyncHandler<PutDestinationPolicyRequest,PutDestinationPolicyResult> asyncHandler)
Creates or updates an access policy associated with an existing
Destination . |
Future<PutDestinationPolicyResult> |
AWSLogsAsyncClient.putDestinationPolicyAsync(PutDestinationPolicyRequest request,
AsyncHandler<PutDestinationPolicyRequest,PutDestinationPolicyResult> asyncHandler) |
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 associated destination.
|
PutDestinationPolicyRequest |
PutDestinationPolicyRequest.withDestinationName(String destinationName)
A name for an existing destination.
|
Copyright © 2018. All rights reserved.