| 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<PutDestinationResult> |
AWSLogsAsyncClient.putDestinationAsync(PutDestinationRequest request,
AsyncHandler<PutDestinationRequest,PutDestinationResult> asyncHandler) |
Future<PutDestinationResult> |
AbstractAWSLogsAsync.putDestinationAsync(PutDestinationRequest request,
AsyncHandler<PutDestinationRequest,PutDestinationResult> asyncHandler) |
Future<PutDestinationResult> |
AWSLogsAsync.putDestinationAsync(PutDestinationRequest putDestinationRequest,
AsyncHandler<PutDestinationRequest,PutDestinationResult> asyncHandler)
Creates or updates a destination.
|
| Modifier and Type | Method and Description |
|---|---|
PutDestinationRequest |
PutDestinationRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
PutDestinationRequest |
PutDestinationRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
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 call the Amazon Kinesis
PutRecord
operation on the destination stream. |
PutDestinationRequest |
PutDestinationRequest.withTags(Map<String,String> tags)
An optional list of key-value pairs to associate with the resource.
|
PutDestinationRequest |
PutDestinationRequest.withTargetArn(String targetArn)
The ARN of an Amazon Kinesis stream to which to deliver matching log events.
|
Copyright © 2024. All rights reserved.