Uses of Class
com.amazonaws.services.simplesystemsmanagement.model.ListCommandsResult
-
Packages that use ListCommandsResult Package Description com.amazonaws.services.simplesystemsmanagement com.amazonaws.services.simplesystemsmanagement.model -
-
Uses of ListCommandsResult in com.amazonaws.services.simplesystemsmanagement
Methods in com.amazonaws.services.simplesystemsmanagement that return ListCommandsResult Modifier and Type Method Description ListCommandsResultAbstractAWSSimpleSystemsManagement. listCommands(ListCommandsRequest request)ListCommandsResultAWSSimpleSystemsManagement. listCommands(ListCommandsRequest listCommandsRequest)Lists the commands requested by users of the AWS account.ListCommandsResultAWSSimpleSystemsManagementClient. listCommands(ListCommandsRequest listCommandsRequest)Lists the commands requested by users of the AWS account.Methods in com.amazonaws.services.simplesystemsmanagement that return types with arguments of type ListCommandsResult Modifier and Type Method Description Future<ListCommandsResult>AbstractAWSSimpleSystemsManagementAsync. listCommandsAsync(ListCommandsRequest request)Future<ListCommandsResult>AbstractAWSSimpleSystemsManagementAsync. listCommandsAsync(ListCommandsRequest request, AsyncHandler<ListCommandsRequest,ListCommandsResult> asyncHandler)Future<ListCommandsResult>AWSSimpleSystemsManagementAsync. listCommandsAsync(ListCommandsRequest listCommandsRequest)Lists the commands requested by users of the AWS account.Future<ListCommandsResult>AWSSimpleSystemsManagementAsync. listCommandsAsync(ListCommandsRequest listCommandsRequest, AsyncHandler<ListCommandsRequest,ListCommandsResult> asyncHandler)Lists the commands requested by users of the AWS account.Future<ListCommandsResult>AWSSimpleSystemsManagementAsyncClient. listCommandsAsync(ListCommandsRequest request)Future<ListCommandsResult>AWSSimpleSystemsManagementAsyncClient. listCommandsAsync(ListCommandsRequest request, AsyncHandler<ListCommandsRequest,ListCommandsResult> asyncHandler)Method parameters in com.amazonaws.services.simplesystemsmanagement with type arguments of type ListCommandsResult Modifier and Type Method Description Future<ListCommandsResult>AbstractAWSSimpleSystemsManagementAsync. listCommandsAsync(ListCommandsRequest request, AsyncHandler<ListCommandsRequest,ListCommandsResult> asyncHandler)Future<ListCommandsResult>AWSSimpleSystemsManagementAsync. listCommandsAsync(ListCommandsRequest listCommandsRequest, AsyncHandler<ListCommandsRequest,ListCommandsResult> asyncHandler)Lists the commands requested by users of the AWS account.Future<ListCommandsResult>AWSSimpleSystemsManagementAsyncClient. listCommandsAsync(ListCommandsRequest request, AsyncHandler<ListCommandsRequest,ListCommandsResult> asyncHandler) -
Uses of ListCommandsResult in com.amazonaws.services.simplesystemsmanagement.model
Methods in com.amazonaws.services.simplesystemsmanagement.model that return ListCommandsResult Modifier and Type Method Description ListCommandsResultListCommandsResult. clone()ListCommandsResultListCommandsResult. withCommands(Command... commands)(Optional) The list of commands requested by the user.ListCommandsResultListCommandsResult. withCommands(Collection<Command> commands)(Optional) The list of commands requested by the user.ListCommandsResultListCommandsResult. withNextToken(String nextToken)(Optional) The token for the next set of items to return.
-