Modifier and Type | Method and Description |
---|---|
ListCommandsResult |
AWSSimpleSystemsManagementClient.listCommands(ListCommandsRequest listCommandsRequest)
Lists the commands requested by users of the AWS account.
|
ListCommandsResult |
AbstractAWSSimpleSystemsManagement.listCommands(ListCommandsRequest request) |
ListCommandsResult |
AWSSimpleSystemsManagement.listCommands(ListCommandsRequest listCommandsRequest)
Lists the commands requested by users of the AWS account.
|
java.util.concurrent.Future<ListCommandsResult> |
AWSSimpleSystemsManagementAsyncClient.listCommandsAsync(ListCommandsRequest request) |
java.util.concurrent.Future<ListCommandsResult> |
AbstractAWSSimpleSystemsManagementAsync.listCommandsAsync(ListCommandsRequest request) |
java.util.concurrent.Future<ListCommandsResult> |
AWSSimpleSystemsManagementAsync.listCommandsAsync(ListCommandsRequest listCommandsRequest)
Lists the commands requested by users of the AWS account.
|
java.util.concurrent.Future<ListCommandsResult> |
AWSSimpleSystemsManagementAsyncClient.listCommandsAsync(ListCommandsRequest request,
AsyncHandler<ListCommandsRequest,ListCommandsResult> asyncHandler) |
java.util.concurrent.Future<ListCommandsResult> |
AbstractAWSSimpleSystemsManagementAsync.listCommandsAsync(ListCommandsRequest request,
AsyncHandler<ListCommandsRequest,ListCommandsResult> asyncHandler) |
java.util.concurrent.Future<ListCommandsResult> |
AWSSimpleSystemsManagementAsync.listCommandsAsync(ListCommandsRequest listCommandsRequest,
AsyncHandler<ListCommandsRequest,ListCommandsResult> asyncHandler)
Lists the commands requested by users of the AWS account.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<ListCommandsResult> |
AWSSimpleSystemsManagementAsyncClient.listCommandsAsync(ListCommandsRequest request,
AsyncHandler<ListCommandsRequest,ListCommandsResult> asyncHandler) |
java.util.concurrent.Future<ListCommandsResult> |
AbstractAWSSimpleSystemsManagementAsync.listCommandsAsync(ListCommandsRequest request,
AsyncHandler<ListCommandsRequest,ListCommandsResult> asyncHandler) |
java.util.concurrent.Future<ListCommandsResult> |
AWSSimpleSystemsManagementAsync.listCommandsAsync(ListCommandsRequest listCommandsRequest,
AsyncHandler<ListCommandsRequest,ListCommandsResult> asyncHandler)
Lists the commands requested by users of the AWS account.
|
Modifier and Type | Method and Description |
---|---|
ListCommandsRequest |
ListCommandsRequest.clone() |
ListCommandsRequest |
ListCommandsRequest.withCommandId(java.lang.String commandId)
(Optional) If provided, lists only the specified command.
|
ListCommandsRequest |
ListCommandsRequest.withFilters(java.util.Collection<CommandFilter> filters)
(Optional) One or more filters.
|
ListCommandsRequest |
ListCommandsRequest.withFilters(CommandFilter... filters)
(Optional) One or more filters.
|
ListCommandsRequest |
ListCommandsRequest.withInstanceId(java.lang.String instanceId)
(Optional) Lists commands issued against this instance ID.
|
ListCommandsRequest |
ListCommandsRequest.withMaxResults(java.lang.Integer maxResults)
(Optional) The maximum number of items to return for this call.
|
ListCommandsRequest |
ListCommandsRequest.withNextToken(java.lang.String nextToken)
(Optional) The token for the next set of items to return.
|
Modifier and Type | Method and Description |
---|---|
Request<ListCommandsRequest> |
ListCommandsRequestMarshaller.marshall(ListCommandsRequest listCommandsRequest) |
Modifier and Type | Method and Description |
---|---|
Request<ListCommandsRequest> |
ListCommandsRequestMarshaller.marshall(ListCommandsRequest listCommandsRequest) |