| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
Amazon EC2 Simple Systems Manager (SSM) enables you to remotely manage the configuration of your Amazon EC2
instances, virtual machines (VMs), or servers in your on-premises environment or in an environment provided by other
cloud providers using scripts, commands, or the Amazon EC2 console.
|
| 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 listCommandInvocationsRequest)
An invocation is copy of a command sent to a specific instance.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListCommandInvocationsResult> |
AWSSimpleSystemsManagementAsyncClient.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> |
AbstractAWSSimpleSystemsManagementAsync.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 © 2016. All rights reserved.