| Package | Description |
|---|---|
| com.amazonaws.services.logs |
You can use Amazon CloudWatch Logs to monitor, store, and access your log files from Amazon Elastic Compute Cloud
(Amazon EC2) instances, Amazon CloudTrail, or other sources.
|
| com.amazonaws.services.logs.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeLogGroupsRequest |
DescribeLogGroupsRequest.clone() |
DescribeLogGroupsRequest |
DescribeLogGroupsRequest.withLimit(Integer limit)
The maximum number of items returned in the response.
|
DescribeLogGroupsRequest |
DescribeLogGroupsRequest.withLogGroupNamePrefix(String logGroupNamePrefix)
Will only return log groups that match the provided logGroupNamePrefix.
|
DescribeLogGroupsRequest |
DescribeLogGroupsRequest.withNextToken(String nextToken)
A string token used for pagination that points to the next page of results.
|
Copyright © 2016. All rights reserved.