| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
Amazon Web Services Systems Manager is a collection of capabilities that helps you automate management tasks such as
collecting system inventory, applying operating system (OS) patches, automating the creation of Amazon Machine Images
(AMIs), and configuring operating systems (OSs) and applications at scale.
|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
ListCommandInvocationsResult |
AbstractAWSSimpleSystemsManagement.listCommandInvocations(ListCommandInvocationsRequest request) |
ListCommandInvocationsResult |
AWSSimpleSystemsManagementClient.listCommandInvocations(ListCommandInvocationsRequest request)
An invocation is copy of a command sent to a specific managed node.
|
ListCommandInvocationsResult |
AWSSimpleSystemsManagement.listCommandInvocations(ListCommandInvocationsRequest listCommandInvocationsRequest)
An invocation is copy of a command sent to a specific managed node.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListCommandInvocationsResult> |
AbstractAWSSimpleSystemsManagementAsync.listCommandInvocationsAsync(ListCommandInvocationsRequest request,
AsyncHandler<ListCommandInvocationsRequest,ListCommandInvocationsResult> asyncHandler) |
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 managed node.
|
| 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 © 2022. All rights reserved.