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.
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
ListCommandsResult |
ListCommandsResult.clone() |
ListCommandsResult |
ListCommandsResult.withCommands(java.util.Collection<Command> commands)
(Optional) The list of commands requested by the user.
|
ListCommandsResult |
ListCommandsResult.withCommands(Command... commands)
(Optional) The list of commands requested by the user.
|
ListCommandsResult |
ListCommandsResult.withNextToken(java.lang.String nextToken)
(Optional) The token for the next set of items to return.
|
Modifier and Type | Method and Description |
---|---|
ListCommandsResult |
ListCommandsResultJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |