Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.GroupingIdentifier
Packages that use GroupingIdentifier
-
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 GroupingIdentifierModifier and TypeMethodDescriptionfinal 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 GroupingIdentifierModifier and TypeMethodDescriptionAggregateLogGroupSummary.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 GroupingIdentifierModifier and TypeMethodDescriptionAggregateLogGroupSummary.Builder.groupingIdentifiers(Collection<GroupingIdentifier> groupingIdentifiers) An array of key-value pairs that identify the data source characteristics used to group the log groups.