Uses of Class
software.amazon.awssdk.services.eks.model.ClientStat
-
Packages that use ClientStat Package Description software.amazon.awssdk.services.eks.model -
-
Uses of ClientStat in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return types with arguments of type ClientStat Modifier and Type Method Description List<ClientStat>DeprecationDetail. clientStats()Details about Kubernetes clients using the deprecated resources.Methods in software.amazon.awssdk.services.eks.model with parameters of type ClientStat Modifier and Type Method Description DeprecationDetail.BuilderDeprecationDetail.Builder. clientStats(ClientStat... clientStats)Details about Kubernetes clients using the deprecated resources.Method parameters in software.amazon.awssdk.services.eks.model with type arguments of type ClientStat Modifier and Type Method Description DeprecationDetail.BuilderDeprecationDetail.Builder. clientStats(Collection<ClientStat> clientStats)Details about Kubernetes clients using the deprecated resources.
-