| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateAssociationResponse |
SSMClient.createAssociation(Consumer<CreateAssociationRequest.Builder> createAssociationRequest)
Associates the specified Systems Manager document with the specified instances or targets.
|
default CreateAssociationResponse |
SSMClient.createAssociation(CreateAssociationRequest createAssociationRequest)
Associates the specified Systems Manager document with the specified instances or targets.
|
default CreateAssociationBatchResponse |
SSMClient.createAssociationBatch(Consumer<CreateAssociationBatchRequest.Builder> createAssociationBatchRequest)
Associates the specified Systems Manager document with the specified instances or targets.
|
default CreateAssociationBatchResponse |
SSMClient.createAssociationBatch(CreateAssociationBatchRequest createAssociationBatchRequest)
Associates the specified Systems Manager document with the specified instances or targets.
|
default SendCommandResponse |
SSMClient.sendCommand(Consumer<SendCommandRequest.Builder> sendCommandRequest)
Executes commands on one or more managed instances.
|
default SendCommandResponse |
SSMClient.sendCommand(SendCommandRequest sendCommandRequest)
Executes commands on one or more managed instances.
|
default UpdateAssociationResponse |
SSMClient.updateAssociation(Consumer<UpdateAssociationRequest.Builder> updateAssociationRequest)
Updates an association.
|
default UpdateAssociationResponse |
SSMClient.updateAssociation(UpdateAssociationRequest updateAssociationRequest)
Updates an association.
|
Copyright © 2017. All rights reserved.