Modifier and Type | Method and Description |
---|---|
ListCommandInvocationsResult |
AWSSimpleSystemsManagementClient.listCommandInvocations(ListCommandInvocationsRequest listCommandInvocationsRequest)
An invocation is copy of a command sent to a specific instance.
|
ListCommandInvocationsResult |
AbstractAWSSimpleSystemsManagement.listCommandInvocations(ListCommandInvocationsRequest request) |
ListCommandInvocationsResult |
AWSSimpleSystemsManagement.listCommandInvocations(ListCommandInvocationsRequest listCommandInvocationsRequest)
An invocation is copy of a command sent to a specific instance.
|
java.util.concurrent.Future<ListCommandInvocationsResult> |
AWSSimpleSystemsManagementAsyncClient.listCommandInvocationsAsync(ListCommandInvocationsRequest request) |
java.util.concurrent.Future<ListCommandInvocationsResult> |
AbstractAWSSimpleSystemsManagementAsync.listCommandInvocationsAsync(ListCommandInvocationsRequest request) |
java.util.concurrent.Future<ListCommandInvocationsResult> |
AWSSimpleSystemsManagementAsync.listCommandInvocationsAsync(ListCommandInvocationsRequest listCommandInvocationsRequest)
An invocation is copy of a command sent to a specific instance.
|
java.util.concurrent.Future<ListCommandInvocationsResult> |
AWSSimpleSystemsManagementAsyncClient.listCommandInvocationsAsync(ListCommandInvocationsRequest request,
AsyncHandler<ListCommandInvocationsRequest,ListCommandInvocationsResult> asyncHandler) |
java.util.concurrent.Future<ListCommandInvocationsResult> |
AbstractAWSSimpleSystemsManagementAsync.listCommandInvocationsAsync(ListCommandInvocationsRequest request,
AsyncHandler<ListCommandInvocationsRequest,ListCommandInvocationsResult> asyncHandler) |
java.util.concurrent.Future<ListCommandInvocationsResult> |
AWSSimpleSystemsManagementAsync.listCommandInvocationsAsync(ListCommandInvocationsRequest listCommandInvocationsRequest,
AsyncHandler<ListCommandInvocationsRequest,ListCommandInvocationsResult> asyncHandler)
An invocation is copy of a command sent to a specific instance.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<ListCommandInvocationsResult> |
AWSSimpleSystemsManagementAsyncClient.listCommandInvocationsAsync(ListCommandInvocationsRequest request,
AsyncHandler<ListCommandInvocationsRequest,ListCommandInvocationsResult> asyncHandler) |
java.util.concurrent.Future<ListCommandInvocationsResult> |
AbstractAWSSimpleSystemsManagementAsync.listCommandInvocationsAsync(ListCommandInvocationsRequest request,
AsyncHandler<ListCommandInvocationsRequest,ListCommandInvocationsResult> asyncHandler) |
java.util.concurrent.Future<ListCommandInvocationsResult> |
AWSSimpleSystemsManagementAsync.listCommandInvocationsAsync(ListCommandInvocationsRequest listCommandInvocationsRequest,
AsyncHandler<ListCommandInvocationsRequest,ListCommandInvocationsResult> asyncHandler)
An invocation is copy of a command sent to a specific instance.
|
Modifier and Type | Method and Description |
---|---|
ListCommandInvocationsRequest |
ListCommandInvocationsRequest.clone() |
ListCommandInvocationsRequest |
ListCommandInvocationsRequest.withCommandId(java.lang.String commandId)
(Optional) The invocations for a specific command ID.
|
ListCommandInvocationsRequest |
ListCommandInvocationsRequest.withDetails(java.lang.Boolean details)
(Optional) If set this returns the response of the command executions and
any command output.
|
ListCommandInvocationsRequest |
ListCommandInvocationsRequest.withFilters(java.util.Collection<CommandFilter> filters)
(Optional) One or more filters.
|
ListCommandInvocationsRequest |
ListCommandInvocationsRequest.withFilters(CommandFilter... filters)
(Optional) One or more filters.
|
ListCommandInvocationsRequest |
ListCommandInvocationsRequest.withInstanceId(java.lang.String instanceId)
(Optional) The command execution details for a specific instance ID.
|
ListCommandInvocationsRequest |
ListCommandInvocationsRequest.withMaxResults(java.lang.Integer maxResults)
(Optional) The maximum number of items to return for this call.
|
ListCommandInvocationsRequest |
ListCommandInvocationsRequest.withNextToken(java.lang.String nextToken)
(Optional) The token for the next set of items to return.
|
Modifier and Type | Method and Description |
---|---|
Request<ListCommandInvocationsRequest> |
ListCommandInvocationsRequestMarshaller.marshall(ListCommandInvocationsRequest listCommandInvocationsRequest) |
Modifier and Type | Method and Description |
---|---|
Request<ListCommandInvocationsRequest> |
ListCommandInvocationsRequestMarshaller.marshall(ListCommandInvocationsRequest listCommandInvocationsRequest) |