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 stand up 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
Constructors in software.amazon.awssdk.services.eks.paginators with parameters of type EksAsyncClient Constructor Description DescribeAddonVersionsPublisher(EksAsyncClient client, DescribeAddonVersionsRequest firstRequest)ListAddonsPublisher(EksAsyncClient client, ListAddonsRequest firstRequest)ListClustersPublisher(EksAsyncClient client, ListClustersRequest firstRequest)ListEksAnywhereSubscriptionsPublisher(EksAsyncClient client, ListEksAnywhereSubscriptionsRequest firstRequest)ListFargateProfilesPublisher(EksAsyncClient client, ListFargateProfilesRequest firstRequest)ListIdentityProviderConfigsPublisher(EksAsyncClient client, ListIdentityProviderConfigsRequest firstRequest)ListNodegroupsPublisher(EksAsyncClient client, ListNodegroupsRequest firstRequest)ListPodIdentityAssociationsPublisher(EksAsyncClient client, ListPodIdentityAssociationsRequest firstRequest)ListUpdatesPublisher(EksAsyncClient client, ListUpdatesRequest firstRequest) -
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
-