| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
Amazon Web Services Systems Manager is a collection of capabilities that helps you automate management tasks such as
collecting system inventory, applying operating system (OS) patches, automating the creation of Amazon Machine Images
(AMIs), and configuring operating systems (OSs) and applications at scale.
|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
ListCommandsResult |
AbstractAWSSimpleSystemsManagement.listCommands(ListCommandsRequest request) |
ListCommandsResult |
AWSSimpleSystemsManagementClient.listCommands(ListCommandsRequest request)
Lists the commands requested by users of the Amazon Web Services account.
|
ListCommandsResult |
AWSSimpleSystemsManagement.listCommands(ListCommandsRequest listCommandsRequest)
Lists the commands requested by users of the Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListCommandsResult> |
AbstractAWSSimpleSystemsManagementAsync.listCommandsAsync(ListCommandsRequest request) |
Future<ListCommandsResult> |
AWSSimpleSystemsManagementAsyncClient.listCommandsAsync(ListCommandsRequest request) |
Future<ListCommandsResult> |
AWSSimpleSystemsManagementAsync.listCommandsAsync(ListCommandsRequest listCommandsRequest)
Lists the commands requested by users of the Amazon Web Services account.
|
Future<ListCommandsResult> |
AbstractAWSSimpleSystemsManagementAsync.listCommandsAsync(ListCommandsRequest request,
AsyncHandler<ListCommandsRequest,ListCommandsResult> asyncHandler) |
Future<ListCommandsResult> |
AWSSimpleSystemsManagementAsyncClient.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 Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListCommandsResult> |
AbstractAWSSimpleSystemsManagementAsync.listCommandsAsync(ListCommandsRequest request,
AsyncHandler<ListCommandsRequest,ListCommandsResult> asyncHandler) |
Future<ListCommandsResult> |
AWSSimpleSystemsManagementAsyncClient.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 Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
ListCommandsResult |
ListCommandsResult.clone() |
ListCommandsResult |
ListCommandsResult.withCommands(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(String nextToken)
(Optional) The token for the next set of items to return.
|
Copyright © 2022. All rights reserved.