| 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 |
|---|---|
DescribeLogGroupsRequest |
DescribeLogGroupsRequest.clone() |
DescribeLogGroupsRequest |
DescribeLogGroupsRequest.withAccountIdentifiers(Collection<String> accountIdentifiers)
When
includeLinkedAccounts is set to True, use this parameter to specify the list of
accounts to search. |
DescribeLogGroupsRequest |
DescribeLogGroupsRequest.withAccountIdentifiers(String... accountIdentifiers)
When
includeLinkedAccounts is set to True, use this parameter to specify the list of
accounts to search. |
DescribeLogGroupsRequest |
DescribeLogGroupsRequest.withIncludeLinkedAccounts(Boolean includeLinkedAccounts)
If you are using a monitoring account, set this to
True to have the operation return log groups in
the accounts listed in accountIdentifiers. |
DescribeLogGroupsRequest |
DescribeLogGroupsRequest.withLimit(Integer limit)
The maximum number of items returned.
|
DescribeLogGroupsRequest |
DescribeLogGroupsRequest.withLogGroupNamePattern(String logGroupNamePattern)
If you specify a string for this parameter, the operation returns only log groups that have names that match the
string based on a case-sensitive substring search.
|
DescribeLogGroupsRequest |
DescribeLogGroupsRequest.withLogGroupNamePrefix(String logGroupNamePrefix)
The prefix to match.
|
DescribeLogGroupsRequest |
DescribeLogGroupsRequest.withNextToken(String nextToken)
The token for the next set of items to return.
|
Copyright © 2023. All rights reserved.