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 |
---|---|
DescribeLogGroupsResult |
AWSLogs.describeLogGroups()
Returns all the log groups that are associated with the AWS account
making the request.
|
DescribeLogGroupsResult |
AWSLogsClient.describeLogGroups()
Returns all the log groups that are associated with the AWS account
making the request.
|
DescribeLogGroupsResult |
AWSLogs.describeLogGroups(DescribeLogGroupsRequest describeLogGroupsRequest)
Returns all the log groups that are associated with the AWS account
making the request.
|
DescribeLogGroupsResult |
AWSLogsClient.describeLogGroups(DescribeLogGroupsRequest describeLogGroupsRequest)
Returns all the log groups that are associated with the AWS account
making the request.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeLogGroupsResult> |
AWSLogsAsync.describeLogGroupsAsync(DescribeLogGroupsRequest describeLogGroupsRequest)
Returns all the log groups that are associated with the AWS account
making the request.
|
Future<DescribeLogGroupsResult> |
AWSLogsAsyncClient.describeLogGroupsAsync(DescribeLogGroupsRequest describeLogGroupsRequest)
Returns all the log groups that are associated with the AWS account
making the request.
|
Future<DescribeLogGroupsResult> |
AWSLogsAsync.describeLogGroupsAsync(DescribeLogGroupsRequest describeLogGroupsRequest,
AsyncHandler<DescribeLogGroupsRequest,DescribeLogGroupsResult> asyncHandler)
Returns all the log groups that are associated with the AWS account
making the request.
|
Future<DescribeLogGroupsResult> |
AWSLogsAsyncClient.describeLogGroupsAsync(DescribeLogGroupsRequest describeLogGroupsRequest,
AsyncHandler<DescribeLogGroupsRequest,DescribeLogGroupsResult> asyncHandler)
Returns all the log groups that are associated with the AWS account
making the request.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeLogGroupsResult> |
AWSLogsAsync.describeLogGroupsAsync(DescribeLogGroupsRequest describeLogGroupsRequest,
AsyncHandler<DescribeLogGroupsRequest,DescribeLogGroupsResult> asyncHandler)
Returns all the log groups that are associated with the AWS account
making the request.
|
Future<DescribeLogGroupsResult> |
AWSLogsAsyncClient.describeLogGroupsAsync(DescribeLogGroupsRequest describeLogGroupsRequest,
AsyncHandler<DescribeLogGroupsRequest,DescribeLogGroupsResult> asyncHandler)
Returns all the log groups that are associated with the AWS account
making the request.
|
Modifier and Type | Method and Description |
---|---|
DescribeLogGroupsResult |
DescribeLogGroupsResult.withLogGroups(Collection<LogGroup> logGroups)
A list of log groups.
|
DescribeLogGroupsResult |
DescribeLogGroupsResult.withLogGroups(LogGroup... logGroups)
A list of log groups.
|
DescribeLogGroupsResult |
DescribeLogGroupsResult.withNextToken(String nextToken)
A string token used for pagination that points to the next page of
results.
|
Copyright © 2014. All rights reserved.