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