Package | Description |
---|---|
com.amazonaws.services.simplesystemsmanagement |
Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and
a secure end-to-end management solution for hybrid cloud environments that enables safe and secure operations 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.
|
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 |
---|---|
ListCommandsRequest |
ListCommandsRequest.clone() |
ListCommandsRequest |
ListCommandsRequest.withCommandId(String commandId)
(Optional) If provided, lists only the specified command.
|
ListCommandsRequest |
ListCommandsRequest.withFilters(Collection<CommandFilter> filters)
(Optional) One or more filters.
|
ListCommandsRequest |
ListCommandsRequest.withFilters(CommandFilter... filters)
(Optional) One or more filters.
|
ListCommandsRequest |
ListCommandsRequest.withInstanceId(String instanceId)
(Optional) Lists commands issued against this managed node 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.
|
Copyright © 2024. All rights reserved.