Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.GroupingIdentifier
-
Packages that use GroupingIdentifier Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of GroupingIdentifier in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type GroupingIdentifier Modifier and Type Method Description List<GroupingIdentifier>AggregateLogGroupSummary. groupingIdentifiers()An array of key-value pairs that identify the data source characteristics used to group the log groups.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type GroupingIdentifier Modifier and Type Method Description AggregateLogGroupSummary.BuilderAggregateLogGroupSummary.Builder. groupingIdentifiers(GroupingIdentifier... groupingIdentifiers)An array of key-value pairs that identify the data source characteristics used to group the log groups.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type GroupingIdentifier Modifier and Type Method Description AggregateLogGroupSummary.BuilderAggregateLogGroupSummary.Builder. groupingIdentifiers(Collection<GroupingIdentifier> groupingIdentifiers)An array of key-value pairs that identify the data source characteristics used to group the log groups.
-