| Package | Description |
|---|---|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
ClientStat |
ClientStat.clone() |
ClientStat |
ClientStat.withLastRequestTime(Date lastRequestTime)
The timestamp of the last request seen from the Kubernetes client.
|
ClientStat |
ClientStat.withNumberOfRequestsLast30Days(Integer numberOfRequestsLast30Days)
The number of requests from the Kubernetes client seen over the last 30 days.
|
ClientStat |
ClientStat.withUserAgent(String userAgent)
The user agent of the Kubernetes client using the deprecated resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<ClientStat> |
DeprecationDetail.getClientStats()
Details about Kubernetes clients using the deprecated resources.
|
| Modifier and Type | Method and Description |
|---|---|
DeprecationDetail |
DeprecationDetail.withClientStats(ClientStat... clientStats)
Details about Kubernetes clients using the deprecated resources.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeprecationDetail.setClientStats(Collection<ClientStat> clientStats)
Details about Kubernetes clients using the deprecated resources.
|
DeprecationDetail |
DeprecationDetail.withClientStats(Collection<ClientStat> clientStats)
Details about Kubernetes clients using the deprecated resources.
|
Copyright © 2024. All rights reserved.