| Package | Description |
|---|---|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
UpgradePolicyResponse |
UpgradePolicyResponse.clone() |
UpgradePolicyResponse |
Cluster.getUpgradePolicy()
This value indicates if extended support is enabled or disabled for the cluster.
|
UpgradePolicyResponse |
UpgradePolicyResponse.withSupportType(String supportType)
If the cluster is set to
EXTENDED, it will enter extended support at the end of standard support. |
UpgradePolicyResponse |
UpgradePolicyResponse.withSupportType(SupportType supportType)
If the cluster is set to
EXTENDED, it will enter extended support at the end of standard support. |
| Modifier and Type | Method and Description |
|---|---|
void |
Cluster.setUpgradePolicy(UpgradePolicyResponse upgradePolicy)
This value indicates if extended support is enabled or disabled for the cluster.
|
Cluster |
Cluster.withUpgradePolicy(UpgradePolicyResponse upgradePolicy)
This value indicates if extended support is enabled or disabled for the cluster.
|
Copyright © 2024. All rights reserved.