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 LogGroupLogGroup. clone()LogGroupLogGroup. withArn(String arn)LogGroupLogGroup. withCreationTime(Long creationTime)LogGroupLogGroup. withLogGroupName(String logGroupName)LogGroupLogGroup. withMetricFilterCount(Integer metricFilterCount)LogGroupLogGroup. withRetentionInDays(Integer retentionInDays)LogGroupLogGroup. 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 DescribeLogGroupsResultDescribeLogGroupsResult. 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 voidDescribeLogGroupsResult. setLogGroups(Collection<LogGroup> logGroups)DescribeLogGroupsResultDescribeLogGroupsResult. withLogGroups(Collection<LogGroup> logGroups)
-