Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.DescribeLogStreamsRequest.Builder
Packages that use DescribeLogStreamsRequest.Builder
Package
Description
You can use Amazon CloudWatch Logs to monitor, store, and access your log files from EC2 instances, CloudTrail, and
other sources.
-
Uses of DescribeLogStreamsRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs
Method parameters in software.amazon.awssdk.services.cloudwatchlogs with type arguments of type DescribeLogStreamsRequest.BuilderModifier and TypeMethodDescriptionCloudWatchLogsAsyncClient.describeLogStreams(Consumer<DescribeLogStreamsRequest.Builder> describeLogStreamsRequest) Lists the log streams for the specified log group.default DescribeLogStreamsResponseCloudWatchLogsClient.describeLogStreams(Consumer<DescribeLogStreamsRequest.Builder> describeLogStreamsRequest) Lists the log streams for the specified log group.default DescribeLogStreamsPublisherCloudWatchLogsAsyncClient.describeLogStreamsPaginator(Consumer<DescribeLogStreamsRequest.Builder> describeLogStreamsRequest) This is a variant ofCloudWatchLogsAsyncClient.describeLogStreams(software.amazon.awssdk.services.cloudwatchlogs.model.DescribeLogStreamsRequest)operation.default DescribeLogStreamsIterableCloudWatchLogsClient.describeLogStreamsPaginator(Consumer<DescribeLogStreamsRequest.Builder> describeLogStreamsRequest) This is a variant ofCloudWatchLogsClient.describeLogStreams(software.amazon.awssdk.services.cloudwatchlogs.model.DescribeLogStreamsRequest)operation. -
Uses of DescribeLogStreamsRequest.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return DescribeLogStreamsRequest.BuilderModifier and TypeMethodDescriptionDescribeLogStreamsRequest.builder()DescribeLogStreamsRequest.Builder.descending(Boolean descending) If the value is true, results are returned in descending order.The maximum number of items returned.DescribeLogStreamsRequest.Builder.logGroupIdentifier(String logGroupIdentifier) Specify either the name or ARN of the log group to view.DescribeLogStreamsRequest.Builder.logGroupName(String logGroupName) The name of the log group.DescribeLogStreamsRequest.Builder.logStreamNamePrefix(String logStreamNamePrefix) The prefix to match.The token for the next set of items to return.If the value isLogStreamName, the results are ordered by log stream name.If the value isLogStreamName, the results are ordered by log stream name.DescribeLogStreamsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DescribeLogStreamsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DescribeLogStreamsRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type DescribeLogStreamsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeLogStreamsRequest.Builder>DescribeLogStreamsRequest.serializableBuilderClass()