Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.LogGroupSummary
-
Packages that use LogGroupSummary Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of LogGroupSummary in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type LogGroupSummary Modifier and Type Method Description List<LogGroupSummary>ListLogGroupsResponse. logGroups()An array of structures, where each structure contains the information about one log group.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type LogGroupSummary Modifier and Type Method Description ListLogGroupsResponse.BuilderListLogGroupsResponse.Builder. logGroups(LogGroupSummary... logGroups)An array of structures, where each structure contains the information about one log group.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type LogGroupSummary Modifier and Type Method Description ListLogGroupsResponse.BuilderListLogGroupsResponse.Builder. logGroups(Collection<LogGroupSummary> logGroups)An array of structures, where each structure contains the information about one log group.
-