| 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<PutDeliveryDestinationResult> |
AWSLogsAsyncClient.putDeliveryDestinationAsync(PutDeliveryDestinationRequest request,
AsyncHandler<PutDeliveryDestinationRequest,PutDeliveryDestinationResult> asyncHandler) |
Future<PutDeliveryDestinationResult> |
AbstractAWSLogsAsync.putDeliveryDestinationAsync(PutDeliveryDestinationRequest request,
AsyncHandler<PutDeliveryDestinationRequest,PutDeliveryDestinationResult> asyncHandler) |
Future<PutDeliveryDestinationResult> |
AWSLogsAsync.putDeliveryDestinationAsync(PutDeliveryDestinationRequest putDeliveryDestinationRequest,
AsyncHandler<PutDeliveryDestinationRequest,PutDeliveryDestinationResult> asyncHandler)
Creates or updates a logical delivery destination.
|
| Modifier and Type | Method and Description |
|---|---|
PutDeliveryDestinationRequest |
PutDeliveryDestinationRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
PutDeliveryDestinationRequest |
PutDeliveryDestinationRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
PutDeliveryDestinationRequest |
PutDeliveryDestinationRequest.clone() |
PutDeliveryDestinationRequest |
PutDeliveryDestinationRequest.withDeliveryDestinationConfiguration(DeliveryDestinationConfiguration deliveryDestinationConfiguration)
A structure that contains the ARN of the Amazon Web Services resource that will receive the logs.
|
PutDeliveryDestinationRequest |
PutDeliveryDestinationRequest.withName(String name)
A name for this delivery destination.
|
PutDeliveryDestinationRequest |
PutDeliveryDestinationRequest.withOutputFormat(OutputFormat outputFormat)
The format for the logs that this delivery destination will receive.
|
PutDeliveryDestinationRequest |
PutDeliveryDestinationRequest.withOutputFormat(String outputFormat)
The format for the logs that this delivery destination will receive.
|
PutDeliveryDestinationRequest |
PutDeliveryDestinationRequest.withTags(Map<String,String> tags)
An optional list of key-value pairs to associate with the resource.
|
Copyright © 2024. All rights reserved.