| Package | Description |
|---|---|
| com.amazonaws.services.logs |
Synchronous and asynchronous client classes for accessing AWSLogs.
|
| com.amazonaws.services.logs.model |
Classes modeling the various types represented by AWSLogs.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeDestinationsResult |
AWSLogs.describeDestinations(DescribeDestinationsRequest describeDestinationsRequest)
Returns all the destinations that are associated with the AWS account
making the request.
|
DescribeDestinationsResult |
AWSLogsClient.describeDestinations(DescribeDestinationsRequest describeDestinationsRequest)
Returns all the destinations that are associated with the AWS account
making the request.
|
Future<DescribeDestinationsResult> |
AWSLogsAsync.describeDestinationsAsync(DescribeDestinationsRequest describeDestinationsRequest)
Returns all the destinations that are associated with the AWS account
making the request.
|
Future<DescribeDestinationsResult> |
AWSLogsAsyncClient.describeDestinationsAsync(DescribeDestinationsRequest describeDestinationsRequest)
Returns all the destinations that are associated with the AWS account
making the request.
|
Future<DescribeDestinationsResult> |
AWSLogsAsync.describeDestinationsAsync(DescribeDestinationsRequest describeDestinationsRequest,
AsyncHandler<DescribeDestinationsRequest,DescribeDestinationsResult> asyncHandler)
Returns all the destinations that are associated with the AWS account
making the request.
|
Future<DescribeDestinationsResult> |
AWSLogsAsyncClient.describeDestinationsAsync(DescribeDestinationsRequest describeDestinationsRequest,
AsyncHandler<DescribeDestinationsRequest,DescribeDestinationsResult> asyncHandler)
Returns all the destinations that are associated with the AWS account
making the request.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeDestinationsResult> |
AWSLogsAsync.describeDestinationsAsync(DescribeDestinationsRequest describeDestinationsRequest,
AsyncHandler<DescribeDestinationsRequest,DescribeDestinationsResult> asyncHandler)
Returns all the destinations that are associated with the AWS account
making the request.
|
Future<DescribeDestinationsResult> |
AWSLogsAsyncClient.describeDestinationsAsync(DescribeDestinationsRequest describeDestinationsRequest,
AsyncHandler<DescribeDestinationsRequest,DescribeDestinationsResult> asyncHandler)
Returns all the destinations that are associated with the AWS account
making the request.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeDestinationsRequest |
DescribeDestinationsRequest.clone() |
DescribeDestinationsRequest |
DescribeDestinationsRequest.withDestinationNamePrefix(String destinationNamePrefix)
Will only return destinations that match the provided
destinationNamePrefix.
|
DescribeDestinationsRequest |
DescribeDestinationsRequest.withLimit(Integer limit)
The maximum number of results to return.
|
DescribeDestinationsRequest |
DescribeDestinationsRequest.withNextToken(String nextToken)
A string token used for pagination that points to the next page of
results.
|
Copyright © 2015. All rights reserved.