Uses of Class
com.amazonaws.services.simplesystemsmanagement.model.ListCommandsRequest
-
Packages that use ListCommandsRequest Package Description com.amazonaws.services.simplesystemsmanagement com.amazonaws.services.simplesystemsmanagement.model -
-
Uses of ListCommandsRequest in com.amazonaws.services.simplesystemsmanagement
Methods in com.amazonaws.services.simplesystemsmanagement with parameters of type ListCommandsRequest Modifier and Type Method Description ListCommandsResult
AbstractAWSSimpleSystemsManagement. listCommands(ListCommandsRequest request)
ListCommandsResult
AWSSimpleSystemsManagement. listCommands(ListCommandsRequest listCommandsRequest)
Lists the commands requested by users of the AWS account.ListCommandsResult
AWSSimpleSystemsManagementClient. listCommands(ListCommandsRequest listCommandsRequest)
Lists the commands requested by users of the AWS account.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 ListCommandsRequest 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 ListCommandsRequest in com.amazonaws.services.simplesystemsmanagement.model
Methods in com.amazonaws.services.simplesystemsmanagement.model that return ListCommandsRequest Modifier and Type Method Description ListCommandsRequest
ListCommandsRequest. clone()
ListCommandsRequest
ListCommandsRequest. withCommandId(String commandId)
(Optional) If provided, lists only the specified command.ListCommandsRequest
ListCommandsRequest. withFilters(CommandFilter... filters)
(Optional) One or more filters.ListCommandsRequest
ListCommandsRequest. withFilters(Collection<CommandFilter> filters)
(Optional) One or more filters.ListCommandsRequest
ListCommandsRequest. withInstanceId(String instanceId)
(Optional) Lists commands issued against this instance ID.ListCommandsRequest
ListCommandsRequest. withMaxResults(Integer maxResults)
(Optional) The maximum number of items to return for this call.ListCommandsRequest
ListCommandsRequest. withNextToken(String nextToken)
(Optional) The token for the next set of items to return.
-