Uses of Interface
software.amazon.awssdk.services.eks.EksAsyncClient
-
Packages that use EksAsyncClient Package Description software.amazon.awssdk.services.eks Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service that makes it easy for you to run Kubernetes on Amazon Web Services without needing to setup or maintain your own Kubernetes control plane.software.amazon.awssdk.services.eks.paginators software.amazon.awssdk.services.eks.waiters -
-
Uses of EksAsyncClient in software.amazon.awssdk.services.eks
Methods in software.amazon.awssdk.services.eks that return EksAsyncClient Modifier and Type Method Description static EksAsyncClientEksAsyncClient. create()Create aEksAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of EksAsyncClient in software.amazon.awssdk.services.eks.paginators
-
Uses of EksAsyncClient in software.amazon.awssdk.services.eks.waiters
Methods in software.amazon.awssdk.services.eks.waiters with parameters of type EksAsyncClient Modifier and Type Method Description EksAsyncWaiter.BuilderEksAsyncWaiter.Builder. client(EksAsyncClient client)Sets a customEksAsyncClientthat will be used to poll the resource
-