| Package | Description |
|---|---|
| com.amazonaws.services.logs.model |
| Modifier and Type | Method and Description |
|---|---|
LogGroup |
LogGroup.clone() |
LogGroup |
LogGroup.withArn(String arn)
The Amazon Resource Name (ARN) of the log group.
|
LogGroup |
LogGroup.withCreationTime(Long creationTime)
The creation time of the log group, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
|
LogGroup |
LogGroup.withKmsKeyId(String kmsKeyId)
The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.
|
LogGroup |
LogGroup.withLogGroupName(String logGroupName)
The name of the log group.
|
LogGroup |
LogGroup.withMetricFilterCount(Integer metricFilterCount)
The number of metric filters.
|
LogGroup |
LogGroup.withRetentionInDays(Integer retentionInDays) |
LogGroup |
LogGroup.withStoredBytes(Long storedBytes)
The number of bytes stored.
|
| Modifier and Type | Method and Description |
|---|---|
List<LogGroup> |
DescribeLogGroupsResult.getLogGroups()
The log groups.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeLogGroupsResult |
DescribeLogGroupsResult.withLogGroups(LogGroup... logGroups)
The log groups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeLogGroupsResult.setLogGroups(Collection<LogGroup> logGroups)
The log groups.
|
DescribeLogGroupsResult |
DescribeLogGroupsResult.withLogGroups(Collection<LogGroup> logGroups)
The log groups.
|
Copyright © 2020. All rights reserved.