Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.LogGroup
Packages that use LogGroup
Package
Description
-
Uses of LogGroup in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type LogGroupModifier and TypeMethodDescriptionDescribeLogGroupsResponse.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 LogGroupModifier and TypeMethodDescriptionAn 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 LogGroupModifier and TypeMethodDescriptionDescribeLogGroupsResponse.Builder.logGroups(Collection<LogGroup> logGroups) An array of structures, where each structure contains the information about one log group. -
Uses of LogGroup in software.amazon.awssdk.services.cloudwatchlogs.paginators
Methods in software.amazon.awssdk.services.cloudwatchlogs.paginators that return types with arguments of type LogGroupModifier and TypeMethodDescriptionfinal SdkIterable<LogGroup>DescribeLogGroupsIterable.logGroups()Returns an iterable to iterate through the paginatedDescribeLogGroupsResponse.logGroups()member.final SdkPublisher<LogGroup>DescribeLogGroupsPublisher.logGroups()Returns a publisher that can be used to get a stream of data.