| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm |
|
| software.amazon.awssdk.services.ssm.transform |
| Modifier and Type | Method and Description |
|---|---|
default PutParameterResponse |
SSMClient.putParameter(Consumer<PutParameterRequest.Builder> putParameterRequest)
Add one or more parameters to the system.
|
default PutParameterResponse |
SSMClient.putParameter(PutParameterRequest putParameterRequest)
Add one or more parameters to the system.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutParameterResponse> |
SSMAsyncClient.putParameter(Consumer<PutParameterRequest.Builder> putParameterRequest)
Add one or more parameters to the system.
|
default CompletableFuture<PutParameterResponse> |
SSMAsyncClient.putParameter(PutParameterRequest putParameterRequest)
Add one or more parameters to the system.
|
| Modifier and Type | Method and Description |
|---|---|
PutParameterResponse |
PutParameterResponseUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Copyright © 2017. All rights reserved.