Uses of Class
com.amazonaws.services.logs.model.DescribeLogStreamsRequest
-
Packages that use DescribeLogStreamsRequest Package Description com.amazonaws.services.logs com.amazonaws.services.logs.model -
-
Uses of DescribeLogStreamsRequest in com.amazonaws.services.logs
Method parameters in com.amazonaws.services.logs with type arguments of type DescribeLogStreamsRequest Modifier and Type Method Description Future<DescribeLogStreamsResult>AbstractAWSLogsAsync. describeLogStreamsAsync(DescribeLogStreamsRequest request, AsyncHandler<DescribeLogStreamsRequest,DescribeLogStreamsResult> asyncHandler)Future<DescribeLogStreamsResult>AWSLogsAsync. describeLogStreamsAsync(DescribeLogStreamsRequest describeLogStreamsRequest, AsyncHandler<DescribeLogStreamsRequest,DescribeLogStreamsResult> asyncHandler)Returns all the log streams that are associated with the specified log group.Future<DescribeLogStreamsResult>AWSLogsAsyncClient. describeLogStreamsAsync(DescribeLogStreamsRequest request, AsyncHandler<DescribeLogStreamsRequest,DescribeLogStreamsResult> asyncHandler) -
Uses of DescribeLogStreamsRequest in com.amazonaws.services.logs.model
Methods in com.amazonaws.services.logs.model that return DescribeLogStreamsRequest Modifier and Type Method Description DescribeLogStreamsRequestDescribeLogStreamsRequest. clone()DescribeLogStreamsRequestDescribeLogStreamsRequest. withDescending(Boolean descending)If set to true, results are returned in descending order.DescribeLogStreamsRequestDescribeLogStreamsRequest. withLimit(Integer limit)The maximum number of items returned in the response.DescribeLogStreamsRequestDescribeLogStreamsRequest. withLogGroupName(String logGroupName)The log group name for which log streams are to be listed.DescribeLogStreamsRequestDescribeLogStreamsRequest. withLogStreamNamePrefix(String logStreamNamePrefix)Will only return log streams that match the provided logStreamNamePrefix.DescribeLogStreamsRequestDescribeLogStreamsRequest. withNextToken(String nextToken)A string token used for pagination that points to the next page of results.DescribeLogStreamsRequestDescribeLogStreamsRequest. withOrderBy(OrderBy orderBy)Specifies what to order the returned log streams by.DescribeLogStreamsRequestDescribeLogStreamsRequest. withOrderBy(String orderBy)Specifies what to order the returned log streams by.
-