| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement |
Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and
a secure end-to-end management solution for hybrid cloud environments that enables safe and secure operations at
scale.
|
| com.amazonaws.services.simplesystemsmanagement.model | |
| com.amazonaws.services.simplesystemsmanagement.waiters |
| Modifier and Type | Method and Description |
|---|---|
Future<GetCommandInvocationResult> |
AWSSimpleSystemsManagementAsyncClient.getCommandInvocationAsync(GetCommandInvocationRequest request,
AsyncHandler<GetCommandInvocationRequest,GetCommandInvocationResult> asyncHandler) |
Future<GetCommandInvocationResult> |
AbstractAWSSimpleSystemsManagementAsync.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.
|
| 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 node targeted by the command.
|
GetCommandInvocationRequest |
GetCommandInvocationRequest.withPluginName(String pluginName)
The name of the step 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 © 2023. All rights reserved.