| Package | Description |
|---|---|
| com.amazonaws.services.logs |
You can use Amazon CloudWatch Logs to monitor, store, and access your log files from Amazon Elastic Compute Cloud
(Amazon EC2) instances, Amazon CloudTrail, or other sources.
|
| com.amazonaws.services.logs.model |
| Modifier and Type | Method and Description |
|---|---|
Future<PutDestinationResult> |
AWSLogsAsync.putDestinationAsync(PutDestinationRequest putDestinationRequest,
AsyncHandler<PutDestinationRequest,PutDestinationResult> asyncHandler)
Creates or updates a
Destination. |
Future<PutDestinationResult> |
AbstractAWSLogsAsync.putDestinationAsync(PutDestinationRequest request,
AsyncHandler<PutDestinationRequest,PutDestinationResult> asyncHandler) |
Future<PutDestinationResult> |
AWSLogsAsyncClient.putDestinationAsync(PutDestinationRequest request,
AsyncHandler<PutDestinationRequest,PutDestinationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PutDestinationRequest |
PutDestinationRequest.clone() |
PutDestinationRequest |
PutDestinationRequest.withDestinationName(String destinationName)
A name for the destination.
|
PutDestinationRequest |
PutDestinationRequest.withRoleArn(String roleArn)
The ARN of an IAM role that grants CloudWatch Logs permissions to do Amazon Kinesis PutRecord requests on the
destination stream.
|
PutDestinationRequest |
PutDestinationRequest.withTargetArn(String targetArn)
The ARN of an Amazon Kinesis stream to deliver matching log events to.
|
Copyright © 2016. All rights reserved.