| 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<DeleteDeliveryDestinationResult> |
AbstractAWSLogsAsync.deleteDeliveryDestinationAsync(DeleteDeliveryDestinationRequest request,
AsyncHandler<DeleteDeliveryDestinationRequest,DeleteDeliveryDestinationResult> asyncHandler) |
Future<DeleteDeliveryDestinationResult> |
AWSLogsAsync.deleteDeliveryDestinationAsync(DeleteDeliveryDestinationRequest deleteDeliveryDestinationRequest,
AsyncHandler<DeleteDeliveryDestinationRequest,DeleteDeliveryDestinationResult> asyncHandler)
Deletes a delivery destination.
|
Future<DeleteDeliveryDestinationResult> |
AWSLogsAsyncClient.deleteDeliveryDestinationAsync(DeleteDeliveryDestinationRequest request,
AsyncHandler<DeleteDeliveryDestinationRequest,DeleteDeliveryDestinationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteDeliveryDestinationRequest |
DeleteDeliveryDestinationRequest.clone() |
DeleteDeliveryDestinationRequest |
DeleteDeliveryDestinationRequest.withName(String name)
The name of the delivery destination that you want to delete.
|
Copyright © 2024. All rights reserved.