Uses of Enum
software.amazon.awssdk.services.cloudwatchlogs.model.ListAggregateLogGroupSummariesGroupBy
Packages that use ListAggregateLogGroupSummariesGroupBy
-
Uses of ListAggregateLogGroupSummariesGroupBy in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return ListAggregateLogGroupSummariesGroupByModifier and TypeMethodDescriptionUse this in place of valueOf to convert the raw string returned by the service into the enum value.ListAggregateLogGroupSummariesRequest.groupBy()Specifies how to group the log groups in the summary.Returns the enum constant of this type with the specified name.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 ListAggregateLogGroupSummariesGroupByMethods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type ListAggregateLogGroupSummariesGroupByModifier and TypeMethodDescriptionListAggregateLogGroupSummariesRequest.Builder.groupBy(ListAggregateLogGroupSummariesGroupBy groupBy) Specifies how to group the log groups in the summary.