| 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 |
|---|---|
DescribeDeliveryDestinationsResult |
AWSLogsClient.describeDeliveryDestinations(DescribeDeliveryDestinationsRequest request)
Retrieves a list of the delivery destinations that have been created in the account.
|
DescribeDeliveryDestinationsResult |
AbstractAWSLogs.describeDeliveryDestinations(DescribeDeliveryDestinationsRequest request) |
DescribeDeliveryDestinationsResult |
AWSLogs.describeDeliveryDestinations(DescribeDeliveryDestinationsRequest describeDeliveryDestinationsRequest)
Retrieves a list of the delivery destinations that have been created in the account.
|
| 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 |
|---|---|
DescribeDeliveryDestinationsResult |
DescribeDeliveryDestinationsResult.clone() |
DescribeDeliveryDestinationsResult |
DescribeDeliveryDestinationsResult.withDeliveryDestinations(Collection<DeliveryDestination> deliveryDestinations)
An array of structures.
|
DescribeDeliveryDestinationsResult |
DescribeDeliveryDestinationsResult.withDeliveryDestinations(DeliveryDestination... deliveryDestinations)
An array of structures.
|
DescribeDeliveryDestinationsResult |
DescribeDeliveryDestinationsResult.withNextToken(String nextToken) |
Copyright © 2024. All rights reserved.