Uses of Class
com.amazonaws.services.logs.model.LogGroup
Packages that use LogGroup
-
Uses of LogGroup in com.amazonaws.services.logs.model
Methods in com.amazonaws.services.logs.model that return LogGroupModifier and TypeMethodDescriptionLogGroup.clone()
LogGroup.withCreationTime
(Long creationTime) LogGroup.withLogGroupName
(String logGroupName) LogGroup.withMetricFilterCount
(Integer metricFilterCount) LogGroup.withRetentionInDays
(Integer retentionInDays) LogGroup.withStoredBytes
(Long storedBytes) Methods in com.amazonaws.services.logs.model that return types with arguments of type LogGroupMethods in com.amazonaws.services.logs.model with parameters of type LogGroupModifier and TypeMethodDescriptionDescribeLogGroupsResult.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 LogGroupModifier and TypeMethodDescriptionvoid
DescribeLogGroupsResult.setLogGroups
(Collection<LogGroup> logGroups) DescribeLogGroupsResult.withLogGroups
(Collection<LogGroup> logGroups)