Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.ListAggregateLogGroupSummariesGroupBy
-
Packages that use ListAggregateLogGroupSummariesGroupBy Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of ListAggregateLogGroupSummariesGroupBy in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return ListAggregateLogGroupSummariesGroupBy Modifier and Type Method Description static ListAggregateLogGroupSummariesGroupByListAggregateLogGroupSummariesGroupBy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ListAggregateLogGroupSummariesGroupByListAggregateLogGroupSummariesRequest. groupBy()Specifies how to group the log groups in the summary.static ListAggregateLogGroupSummariesGroupByListAggregateLogGroupSummariesGroupBy. valueOf(String name)Returns the enum constant of this type with the specified name.static ListAggregateLogGroupSummariesGroupBy[]ListAggregateLogGroupSummariesGroupBy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type ListAggregateLogGroupSummariesGroupBy Modifier and Type Method Description static Set<ListAggregateLogGroupSummariesGroupBy>ListAggregateLogGroupSummariesGroupBy. knownValues()Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type ListAggregateLogGroupSummariesGroupBy Modifier and Type Method Description ListAggregateLogGroupSummariesRequest.BuilderListAggregateLogGroupSummariesRequest.Builder. groupBy(ListAggregateLogGroupSummariesGroupBy groupBy)Specifies how to group the log groups in the summary.
-