| 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()
Returns all the destinations that are associated with the AWS account
making the request.
|
DescribeDestinationsResult |
AWSLogsClient.describeDestinations()
Returns all the destinations that are associated with the AWS account
making the request.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
DescribeDestinationsResult |
DescribeDestinationsResult.clone() |
DescribeDestinationsResult |
DescribeDestinationsResult.withDestinations(Collection<Destination> destinations)
Sets the value of the Destinations property for this object.
|
DescribeDestinationsResult |
DescribeDestinationsResult.withDestinations(Destination... destinations)
Sets the value of the Destinations property for this object.
|
DescribeDestinationsResult |
DescribeDestinationsResult.withNextToken(String nextToken)
A string token used for pagination that points to the next page of
results.
|
Copyright © 2015. All rights reserved.