Package | Description |
---|---|
com.amazonaws.services.simplesystemsmanagement |
Amazon EC2 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 |
---|---|
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 |
---|---|
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 © 2017. All rights reserved.