| 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<DescribeDeliveryDestinationsResult> |
AWSLogsAsyncClient.describeDeliveryDestinationsAsync(DescribeDeliveryDestinationsRequest request,
AsyncHandler<DescribeDeliveryDestinationsRequest,DescribeDeliveryDestinationsResult> asyncHandler) |
Future<DescribeDeliveryDestinationsResult> |
AbstractAWSLogsAsync.describeDeliveryDestinationsAsync(DescribeDeliveryDestinationsRequest request,
AsyncHandler<DescribeDeliveryDestinationsRequest,DescribeDeliveryDestinationsResult> asyncHandler) |
Future<DescribeDeliveryDestinationsResult> |
AWSLogsAsync.describeDeliveryDestinationsAsync(DescribeDeliveryDestinationsRequest describeDeliveryDestinationsRequest,
AsyncHandler<DescribeDeliveryDestinationsRequest,DescribeDeliveryDestinationsResult> asyncHandler)
Retrieves a list of the delivery destinations that have been created in the account.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeDeliveryDestinationsRequest |
DescribeDeliveryDestinationsRequest.clone() |
DescribeDeliveryDestinationsRequest |
DescribeDeliveryDestinationsRequest.withLimit(Integer limit)
Optionally specify the maximum number of delivery destinations to return in the response.
|
DescribeDeliveryDestinationsRequest |
DescribeDeliveryDestinationsRequest.withNextToken(String nextToken) |
Copyright © 2024. All rights reserved.