Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.LogGroupSummary
Packages that use LogGroupSummary
-
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 LogGroupSummaryModifier and TypeMethodDescriptionfinal 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 LogGroupSummaryModifier and TypeMethodDescriptionListLogGroupsResponse.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 LogGroupSummaryModifier and TypeMethodDescriptionListLogGroupsResponse.Builder.logGroups(Collection<LogGroupSummary> logGroups) An array of structures, where each structure contains the information about one log group.