| Package | Description |
|---|---|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
DeprecationDetail |
DeprecationDetail.clone() |
DeprecationDetail |
DeprecationDetail.withClientStats(ClientStat... clientStats)
Details about Kubernetes clients using the deprecated resources.
|
DeprecationDetail |
DeprecationDetail.withClientStats(Collection<ClientStat> clientStats)
Details about Kubernetes clients using the deprecated resources.
|
DeprecationDetail |
DeprecationDetail.withReplacedWith(String replacedWith)
The newer version of the resource to migrate to if applicable.
|
DeprecationDetail |
DeprecationDetail.withStartServingReplacementVersion(String startServingReplacementVersion)
The version of the software where the newer resource version became available to migrate to if applicable.
|
DeprecationDetail |
DeprecationDetail.withStopServingVersion(String stopServingVersion)
The version of the software where the deprecated resource version will stop being served.
|
DeprecationDetail |
DeprecationDetail.withUsage(String usage)
The deprecated version of the resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeprecationDetail> |
InsightCategorySpecificSummary.getDeprecationDetails()
The summary information about deprecated resource usage for an insight check in the
UPGRADE_READINESS category. |
| Modifier and Type | Method and Description |
|---|---|
InsightCategorySpecificSummary |
InsightCategorySpecificSummary.withDeprecationDetails(DeprecationDetail... deprecationDetails)
The summary information about deprecated resource usage for an insight check in the
UPGRADE_READINESS category. |
| Modifier and Type | Method and Description |
|---|---|
void |
InsightCategorySpecificSummary.setDeprecationDetails(Collection<DeprecationDetail> deprecationDetails)
The summary information about deprecated resource usage for an insight check in the
UPGRADE_READINESS category. |
InsightCategorySpecificSummary |
InsightCategorySpecificSummary.withDeprecationDetails(Collection<DeprecationDetail> deprecationDetails)
The summary information about deprecated resource usage for an insight check in the
UPGRADE_READINESS category. |
Copyright © 2024. All rights reserved.