Uses of Class
com.amazonaws.services.logs.model.LogGroup
-
Packages that use LogGroup Package Description com.amazonaws.services.logs.model -
-
Uses of LogGroup in com.amazonaws.services.logs.model
Methods in com.amazonaws.services.logs.model that return LogGroup Modifier and Type Method 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)
Methods in com.amazonaws.services.logs.model that return types with arguments of type LogGroup Modifier and Type Method Description List<LogGroup>
DescribeLogGroupsResult. getLogGroups()
Methods in com.amazonaws.services.logs.model with parameters of type LogGroup Modifier and Type Method Description DescribeLogGroupsResult
DescribeLogGroupsResult. withLogGroups(LogGroup... logGroups)
NOTE: This method appends the values to the existing list (if any).Method parameters in com.amazonaws.services.logs.model with type arguments of type LogGroup Modifier and Type Method Description void
DescribeLogGroupsResult. setLogGroups(Collection<LogGroup> logGroups)
DescribeLogGroupsResult
DescribeLogGroupsResult. withLogGroups(Collection<LogGroup> logGroups)
-