Package | Description |
---|---|
com.amazonaws.services.logs.model |
Modifier and Type | Method and Description |
---|---|
LogGroup |
LogGroup.clone() |
LogGroup |
LogGroup.withArn(String arn) |
LogGroup |
LogGroup.withCreationTime(Long creationTime) |
LogGroup |
LogGroup.withLogGroupName(String logGroupName) |
LogGroup |
LogGroup.withMetricFilterCount(Integer metricFilterCount) |
LogGroup |
LogGroup.withRetentionInDays(Integer retentionInDays) |
LogGroup |
LogGroup.withStoredBytes(Long storedBytes) |
Modifier and Type | Method and Description |
---|---|
List<LogGroup> |
DescribeLogGroupsResult.getLogGroups() |
Modifier and Type | Method and Description |
---|---|
DescribeLogGroupsResult |
DescribeLogGroupsResult.withLogGroups(LogGroup... logGroups)
NOTE: This method appends the values to the existing list (if
any).
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeLogGroupsResult.setLogGroups(Collection<LogGroup> logGroups) |
DescribeLogGroupsResult |
DescribeLogGroupsResult.withLogGroups(Collection<LogGroup> logGroups) |
Copyright © 2018. All rights reserved.