| Package | Description |
|---|---|
| com.amazonaws.services.logs |
Synchronous and asynchronous client classes for accessing AWSLogs.
|
| com.amazonaws.services.logs.model |
Classes modeling the various types represented by AWSLogs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AWSLogs.putDestinationPolicy(PutDestinationPolicyRequest putDestinationPolicyRequest)
Creates or updates an access policy associated with an existing
Destination . |
void |
AWSLogsClient.putDestinationPolicy(PutDestinationPolicyRequest putDestinationPolicyRequest)
Creates or updates an access policy associated with an existing
Destination . |
Future<Void> |
AWSLogsAsync.putDestinationPolicyAsync(PutDestinationPolicyRequest putDestinationPolicyRequest)
Creates or updates an access policy associated with an existing
Destination . |
Future<Void> |
AWSLogsAsyncClient.putDestinationPolicyAsync(PutDestinationPolicyRequest putDestinationPolicyRequest)
Creates or updates an access policy associated with an existing
Destination . |
Future<Void> |
AWSLogsAsync.putDestinationPolicyAsync(PutDestinationPolicyRequest putDestinationPolicyRequest,
AsyncHandler<PutDestinationPolicyRequest,Void> asyncHandler)
Creates or updates an access policy associated with an existing
Destination . |
Future<Void> |
AWSLogsAsyncClient.putDestinationPolicyAsync(PutDestinationPolicyRequest putDestinationPolicyRequest,
AsyncHandler<PutDestinationPolicyRequest,Void> asyncHandler)
Creates or updates an access policy associated with an existing
Destination . |
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AWSLogsAsync.putDestinationPolicyAsync(PutDestinationPolicyRequest putDestinationPolicyRequest,
AsyncHandler<PutDestinationPolicyRequest,Void> asyncHandler)
Creates or updates an access policy associated with an existing
Destination . |
Future<Void> |
AWSLogsAsyncClient.putDestinationPolicyAsync(PutDestinationPolicyRequest putDestinationPolicyRequest,
AsyncHandler<PutDestinationPolicyRequest,Void> asyncHandler)
Creates or updates an access policy associated with an existing
Destination . |
| 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 © 2015. All rights reserved.