| 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<GetCommandInvocationResult> |
AWSSimpleSystemsManagementAsyncClient.getCommandInvocationAsync(GetCommandInvocationRequest request,
AsyncHandler<GetCommandInvocationRequest,GetCommandInvocationResult> asyncHandler) |
Future<GetCommandInvocationResult> |
AWSSimpleSystemsManagementAsync.getCommandInvocationAsync(GetCommandInvocationRequest getCommandInvocationRequest,
AsyncHandler<GetCommandInvocationRequest,GetCommandInvocationResult> asyncHandler)
Returns detailed information about command execution for an invocation or plugin.
|
Future<GetCommandInvocationResult> |
AbstractAWSSimpleSystemsManagementAsync.getCommandInvocationAsync(GetCommandInvocationRequest request,
AsyncHandler<GetCommandInvocationRequest,GetCommandInvocationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetCommandInvocationRequest |
GetCommandInvocationRequest.clone() |
GetCommandInvocationRequest |
GetCommandInvocationRequest.withCommandId(String commandId)
(Required) The parent command ID of the invocation plugin.
|
GetCommandInvocationRequest |
GetCommandInvocationRequest.withInstanceId(String instanceId)
(Required) The ID of the managed instance targeted by the command.
|
GetCommandInvocationRequest |
GetCommandInvocationRequest.withPluginName(String pluginName)
(Optional) The name of the plugin for which you want detailed results.
|
Copyright © 2017. All rights reserved.