default CancelCommandResponse |
SsmClient.cancelCommand(Consumer<CancelCommandRequest.Builder> cancelCommandRequest) |
Attempts to cancel the command specified by the Command ID.
|
default CancelCommandResponse |
SsmClient.cancelCommand(CancelCommandRequest cancelCommandRequest) |
Attempts to cancel the command specified by the Command ID.
|
default GetCommandInvocationResponse |
SsmClient.getCommandInvocation(Consumer<GetCommandInvocationRequest.Builder> getCommandInvocationRequest) |
Returns detailed information about command execution for an invocation or plugin.
|
default GetCommandInvocationResponse |
SsmClient.getCommandInvocation(GetCommandInvocationRequest getCommandInvocationRequest) |
Returns detailed information about command execution for an invocation or plugin.
|
default ListCommandInvocationsResponse |
SsmClient.listCommandInvocations() |
An invocation is copy of a command sent to a specific managed node.
|
default ListCommandInvocationsResponse |
SsmClient.listCommandInvocations(Consumer<ListCommandInvocationsRequest.Builder> listCommandInvocationsRequest) |
An invocation is copy of a command sent to a specific managed node.
|
default ListCommandInvocationsResponse |
SsmClient.listCommandInvocations(ListCommandInvocationsRequest listCommandInvocationsRequest) |
An invocation is copy of a command sent to a specific managed node.
|
default ListCommandInvocationsIterable |
SsmClient.listCommandInvocationsPaginator() |
|
default ListCommandInvocationsIterable |
SsmClient.listCommandInvocationsPaginator(Consumer<ListCommandInvocationsRequest.Builder> listCommandInvocationsRequest) |
|
default ListCommandInvocationsIterable |
SsmClient.listCommandInvocationsPaginator(ListCommandInvocationsRequest listCommandInvocationsRequest) |
|
default ListCommandsResponse |
SsmClient.listCommands() |
Lists the commands requested by users of the Amazon Web Services account.
|
default ListCommandsResponse |
SsmClient.listCommands(Consumer<ListCommandsRequest.Builder> listCommandsRequest) |
Lists the commands requested by users of the Amazon Web Services account.
|
default ListCommandsResponse |
SsmClient.listCommands(ListCommandsRequest listCommandsRequest) |
Lists the commands requested by users of the Amazon Web Services account.
|
default ListCommandsIterable |
SsmClient.listCommandsPaginator() |
|
default ListCommandsIterable |
SsmClient.listCommandsPaginator(Consumer<ListCommandsRequest.Builder> listCommandsRequest) |
|
default ListCommandsIterable |
SsmClient.listCommandsPaginator(ListCommandsRequest listCommandsRequest) |
|