| 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 |
|---|---|
PutDeliveryDestinationResult |
AWSLogsClient.putDeliveryDestination(PutDeliveryDestinationRequest request)
Creates or updates a logical delivery destination.
|
PutDeliveryDestinationResult |
AbstractAWSLogs.putDeliveryDestination(PutDeliveryDestinationRequest request) |
PutDeliveryDestinationResult |
AWSLogs.putDeliveryDestination(PutDeliveryDestinationRequest putDeliveryDestinationRequest)
Creates or updates a logical delivery destination.
|
| Modifier and Type | Method and Description |
|---|---|
Future<PutDeliveryDestinationResult> |
AbstractAWSLogsAsync.putDeliveryDestinationAsync(PutDeliveryDestinationRequest request,
AsyncHandler<PutDeliveryDestinationRequest,PutDeliveryDestinationResult> asyncHandler) |
Future<PutDeliveryDestinationResult> |
AWSLogsAsyncClient.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 |
|---|---|
PutDeliveryDestinationResult |
PutDeliveryDestinationResult.clone() |
PutDeliveryDestinationResult |
PutDeliveryDestinationResult.withDeliveryDestination(DeliveryDestination deliveryDestination)
A structure containing information about the delivery destination that you just created or updated.
|
Copyright © 2024. All rights reserved.