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 CreateAssociationBatchResponse |
SsmClient.createAssociationBatch(Consumer<CreateAssociationBatchRequest.Builder> createAssociationBatchRequest) |
Associates the specified Amazon Web Services Systems Manager document (SSM document) with the specified managed
nodes or targets.
|
default CreateAssociationBatchResponse |
SsmClient.createAssociationBatch(CreateAssociationBatchRequest createAssociationBatchRequest) |
Associates the specified Amazon Web Services Systems Manager document (SSM document) with the specified managed
nodes or targets.
|
default SendCommandResponse |
SsmClient.sendCommand(Consumer<SendCommandRequest.Builder> sendCommandRequest) |
Runs commands on one or more managed nodes.
|
default SendCommandResponse |
SsmClient.sendCommand(SendCommandRequest sendCommandRequest) |
Runs commands on one or more managed nodes.
|