Uses of Class
com.amazonaws.services.logs.model.DescribeLogGroupsResult
Packages that use DescribeLogGroupsResult
-
Uses of DescribeLogGroupsResult in com.amazonaws.services.logs
Methods in com.amazonaws.services.logs that return DescribeLogGroupsResultModifier and TypeMethodDescriptionAbstractAWSLogs.describeLogGroups()AbstractAWSLogs.describeLogGroups(DescribeLogGroupsRequest request) AWSLogs.describeLogGroups()Simplified method form for invoking the DescribeLogGroups operation.AWSLogs.describeLogGroups(DescribeLogGroupsRequest describeLogGroupsRequest) Returns all the log groups that are associated with the AWS account making the request.AWSLogsClient.describeLogGroups()AWSLogsClient.describeLogGroups(DescribeLogGroupsRequest describeLogGroupsRequest) Returns all the log groups that are associated with the AWS account making the request.Methods in com.amazonaws.services.logs that return types with arguments of type DescribeLogGroupsResultModifier and TypeMethodDescriptionAbstractAWSLogsAsync.describeLogGroupsAsync()Simplified method form for invoking the DescribeLogGroups operation.AbstractAWSLogsAsync.describeLogGroupsAsync(AsyncHandler<DescribeLogGroupsRequest, DescribeLogGroupsResult> asyncHandler) Simplified method form for invoking the DescribeLogGroups operation with an AsyncHandler.AbstractAWSLogsAsync.describeLogGroupsAsync(DescribeLogGroupsRequest request) AbstractAWSLogsAsync.describeLogGroupsAsync(DescribeLogGroupsRequest request, AsyncHandler<DescribeLogGroupsRequest, DescribeLogGroupsResult> asyncHandler) AWSLogsAsync.describeLogGroupsAsync()Simplified method form for invoking the DescribeLogGroups operation.AWSLogsAsync.describeLogGroupsAsync(AsyncHandler<DescribeLogGroupsRequest, DescribeLogGroupsResult> asyncHandler) Simplified method form for invoking the DescribeLogGroups operation with an AsyncHandler.AWSLogsAsync.describeLogGroupsAsync(DescribeLogGroupsRequest describeLogGroupsRequest) Returns all the log groups that are associated with the AWS account making the request.AWSLogsAsync.describeLogGroupsAsync(DescribeLogGroupsRequest describeLogGroupsRequest, AsyncHandler<DescribeLogGroupsRequest, DescribeLogGroupsResult> asyncHandler) Returns all the log groups that are associated with the AWS account making the request.AWSLogsAsyncClient.describeLogGroupsAsync()Simplified method form for invoking the DescribeLogGroups operation.AWSLogsAsyncClient.describeLogGroupsAsync(AsyncHandler<DescribeLogGroupsRequest, DescribeLogGroupsResult> asyncHandler) Simplified method form for invoking the DescribeLogGroups operation with an AsyncHandler.AWSLogsAsyncClient.describeLogGroupsAsync(DescribeLogGroupsRequest request) AWSLogsAsyncClient.describeLogGroupsAsync(DescribeLogGroupsRequest request, AsyncHandler<DescribeLogGroupsRequest, DescribeLogGroupsResult> asyncHandler) Method parameters in com.amazonaws.services.logs with type arguments of type DescribeLogGroupsResultModifier and TypeMethodDescriptionAbstractAWSLogsAsync.describeLogGroupsAsync(AsyncHandler<DescribeLogGroupsRequest, DescribeLogGroupsResult> asyncHandler) Simplified method form for invoking the DescribeLogGroups operation with an AsyncHandler.AbstractAWSLogsAsync.describeLogGroupsAsync(DescribeLogGroupsRequest request, AsyncHandler<DescribeLogGroupsRequest, DescribeLogGroupsResult> asyncHandler) AWSLogsAsync.describeLogGroupsAsync(AsyncHandler<DescribeLogGroupsRequest, DescribeLogGroupsResult> asyncHandler) Simplified method form for invoking the DescribeLogGroups operation with an AsyncHandler.AWSLogsAsync.describeLogGroupsAsync(DescribeLogGroupsRequest describeLogGroupsRequest, AsyncHandler<DescribeLogGroupsRequest, DescribeLogGroupsResult> asyncHandler) Returns all the log groups that are associated with the AWS account making the request.AWSLogsAsyncClient.describeLogGroupsAsync(AsyncHandler<DescribeLogGroupsRequest, DescribeLogGroupsResult> asyncHandler) Simplified method form for invoking the DescribeLogGroups operation with an AsyncHandler.AWSLogsAsyncClient.describeLogGroupsAsync(DescribeLogGroupsRequest request, AsyncHandler<DescribeLogGroupsRequest, DescribeLogGroupsResult> asyncHandler) -
Uses of DescribeLogGroupsResult in com.amazonaws.services.logs.model
Methods in com.amazonaws.services.logs.model that return DescribeLogGroupsResultModifier and TypeMethodDescriptionDescribeLogGroupsResult.clone()DescribeLogGroupsResult.withLogGroups(LogGroup... logGroups) NOTE: This method appends the values to the existing list (if any).DescribeLogGroupsResult.withLogGroups(Collection<LogGroup> logGroups) DescribeLogGroupsResult.withNextToken(String nextToken)