| Package | Description |
|---|---|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateParam |
UpdateParam.clone() |
UpdateParam |
UpdateParam.withType(String type)
The keys associated with an update request.
|
UpdateParam |
UpdateParam.withType(UpdateParamType type)
The keys associated with an update request.
|
UpdateParam |
UpdateParam.withValue(String value)
The value of the keys submitted as part of an update request.
|
| Modifier and Type | Method and Description |
|---|---|
List<UpdateParam> |
Update.getParams()
A key-value map that contains the parameters associated with the update.
|
| Modifier and Type | Method and Description |
|---|---|
Update |
Update.withParams(UpdateParam... params)
A key-value map that contains the parameters associated with the update.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Update.setParams(Collection<UpdateParam> params)
A key-value map that contains the parameters associated with the update.
|
Update |
Update.withParams(Collection<UpdateParam> params)
A key-value map that contains the parameters associated with the update.
|
Copyright © 2023. All rights reserved.