Package | Description |
---|---|
com.amazonaws.services.logs.model | |
com.amazonaws.services.logs.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<LogGroup> |
DescribeLogGroupsResult.logGroups |
Modifier and Type | Method and Description |
---|---|
LogGroup |
LogGroup.clone() |
LogGroup |
LogGroup.withArn(java.lang.String arn) |
LogGroup |
LogGroup.withCreationTime(java.lang.Long creationTime) |
LogGroup |
LogGroup.withLogGroupName(java.lang.String logGroupName) |
LogGroup |
LogGroup.withMetricFilterCount(java.lang.Integer metricFilterCount) |
LogGroup |
LogGroup.withRetentionInDays(java.lang.Integer retentionInDays) |
LogGroup |
LogGroup.withStoredBytes(java.lang.Long storedBytes) |
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<LogGroup> logGroups) |
DescribeLogGroupsResult |
DescribeLogGroupsResult.withLogGroups(java.util.Collection<LogGroup> logGroups) |
Modifier and Type | Method and Description |
---|---|
LogGroup |
LogGroupJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
LogGroupJsonMarshaller.marshall(LogGroup logGroup,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|