Package | Description |
---|---|
com.amazonaws.services.simplesystemsmanagement |
|
com.amazonaws.services.simplesystemsmanagement.model |
Modifier and Type | Method and Description |
---|---|
Future<ListCommandInvocationsResult> |
AbstractAWSSimpleSystemsManagementAsync.listCommandInvocationsAsync(ListCommandInvocationsRequest request,
AsyncHandler<ListCommandInvocationsRequest,ListCommandInvocationsResult> asyncHandler) |
Future<ListCommandInvocationsResult> |
AWSSimpleSystemsManagementAsync.listCommandInvocationsAsync(ListCommandInvocationsRequest listCommandInvocationsRequest,
AsyncHandler<ListCommandInvocationsRequest,ListCommandInvocationsResult> asyncHandler)
An invocation is copy of a command sent to a specific instance.
|
Future<ListCommandInvocationsResult> |
AWSSimpleSystemsManagementAsyncClient.listCommandInvocationsAsync(ListCommandInvocationsRequest request,
AsyncHandler<ListCommandInvocationsRequest,ListCommandInvocationsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ListCommandInvocationsRequest |
ListCommandInvocationsRequest.clone() |
ListCommandInvocationsRequest |
ListCommandInvocationsRequest.withCommandId(String commandId)
(Optional) The invocations for a specific command ID.
|
ListCommandInvocationsRequest |
ListCommandInvocationsRequest.withDetails(Boolean details)
(Optional) If set this returns the response of the command executions and any command output.
|
ListCommandInvocationsRequest |
ListCommandInvocationsRequest.withFilters(Collection<CommandFilter> filters)
(Optional) One or more filters.
|
ListCommandInvocationsRequest |
ListCommandInvocationsRequest.withFilters(CommandFilter... filters)
(Optional) One or more filters.
|
ListCommandInvocationsRequest |
ListCommandInvocationsRequest.withInstanceId(String instanceId)
(Optional) The command execution details for a specific instance ID.
|
ListCommandInvocationsRequest |
ListCommandInvocationsRequest.withMaxResults(Integer maxResults)
(Optional) The maximum number of items to return for this call.
|
ListCommandInvocationsRequest |
ListCommandInvocationsRequest.withNextToken(String nextToken)
(Optional) The token for the next set of items to return.
|
Copyright © 2021. All rights reserved.