Uses of Interface
software.amazon.awssdk.services.eks.EksClient
-
Packages that use EksClient 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 EksClient in software.amazon.awssdk.services.eks
Methods in software.amazon.awssdk.services.eks that return EksClient Modifier and Type Method Description static EksClientEksClient. create()Create aEksClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of EksClient in software.amazon.awssdk.services.eks.paginators
Constructors in software.amazon.awssdk.services.eks.paginators with parameters of type EksClient Constructor Description DescribeAddonVersionsIterable(EksClient client, DescribeAddonVersionsRequest firstRequest)ListAddonsIterable(EksClient client, ListAddonsRequest firstRequest)ListClustersIterable(EksClient client, ListClustersRequest firstRequest)ListEksAnywhereSubscriptionsIterable(EksClient client, ListEksAnywhereSubscriptionsRequest firstRequest)ListFargateProfilesIterable(EksClient client, ListFargateProfilesRequest firstRequest)ListIdentityProviderConfigsIterable(EksClient client, ListIdentityProviderConfigsRequest firstRequest)ListNodegroupsIterable(EksClient client, ListNodegroupsRequest firstRequest)ListPodIdentityAssociationsIterable(EksClient client, ListPodIdentityAssociationsRequest firstRequest)ListUpdatesIterable(EksClient client, ListUpdatesRequest firstRequest) -
Uses of EksClient in software.amazon.awssdk.services.eks.waiters
Methods in software.amazon.awssdk.services.eks.waiters with parameters of type EksClient Modifier and Type Method Description EksWaiter.BuilderEksWaiter.Builder. client(EksClient client)Sets a customEksClientthat will be used to poll the resource
-