| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
|
| com.amazonaws.services.simplesystemsmanagement.model | |
| com.amazonaws.services.simplesystemsmanagement.waiters |
| Modifier and Type | Method and Description |
|---|---|
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) |
Future<GetCommandInvocationResult> |
AWSSimpleSystemsManagementAsyncClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<GetCommandInvocationRequest> |
AWSSimpleSystemsManagementWaiters.commandExecuted()
Builds a CommandExecuted waiter by using custom parameters waiterParameters and other parameters defined in the
waiters specification, and then polls until it determines whether the resource entered the desired state or not,
where polling criteria is bound by either default polling strategy or custom polling strategy.
|
| Modifier and Type | Method and Description |
|---|---|
GetCommandInvocationResult |
GetCommandInvocationFunction.apply(GetCommandInvocationRequest getCommandInvocationRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2021. All rights reserved.