Package | Description |
---|---|
com.amazonaws.services.simplesystemsmanagement |
|
com.amazonaws.services.simplesystemsmanagement.model |
Modifier and Type | Method and Description |
---|---|
ListCommandInvocationsResult |
AWSSimpleSystemsManagement.listCommandInvocations(ListCommandInvocationsRequest listCommandInvocationsRequest)
An invocation is copy of a command sent to a specific instance.
|
ListCommandInvocationsResult |
AbstractAWSSimpleSystemsManagement.listCommandInvocations(ListCommandInvocationsRequest request) |
ListCommandInvocationsResult |
AWSSimpleSystemsManagementClient.listCommandInvocations(ListCommandInvocationsRequest request)
An invocation is copy of a command sent to a specific instance.
|
Modifier and Type | Method and Description |
---|---|
Future<ListCommandInvocationsResult> |
AWSSimpleSystemsManagementAsync.listCommandInvocationsAsync(ListCommandInvocationsRequest listCommandInvocationsRequest,
AsyncHandler<ListCommandInvocationsRequest,ListCommandInvocationsResult> asyncHandler)
An invocation is copy of a command sent to a specific instance.
|
Future<ListCommandInvocationsResult> |
AbstractAWSSimpleSystemsManagementAsync.listCommandInvocationsAsync(ListCommandInvocationsRequest request,
AsyncHandler<ListCommandInvocationsRequest,ListCommandInvocationsResult> asyncHandler) |
Future<ListCommandInvocationsResult> |
AWSSimpleSystemsManagementAsyncClient.listCommandInvocationsAsync(ListCommandInvocationsRequest request,
AsyncHandler<ListCommandInvocationsRequest,ListCommandInvocationsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ListCommandInvocationsResult |
ListCommandInvocationsResult.clone() |
ListCommandInvocationsResult |
ListCommandInvocationsResult.withCommandInvocations(Collection<CommandInvocation> commandInvocations)
(Optional) A list of all invocations.
|
ListCommandInvocationsResult |
ListCommandInvocationsResult.withCommandInvocations(CommandInvocation... commandInvocations)
(Optional) A list of all invocations.
|
ListCommandInvocationsResult |
ListCommandInvocationsResult.withNextToken(String nextToken)
(Optional) The token for the next set of items to return.
|
Copyright © 2020. All rights reserved.