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