Uses of Interface
software.amazon.awssdk.services.eks.EksBaseClientBuilder
-
Packages that use EksBaseClientBuilder 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. -
-
Uses of EksBaseClientBuilder in software.amazon.awssdk.services.eks
Classes in software.amazon.awssdk.services.eks with type parameters of type EksBaseClientBuilder Modifier and Type Interface Description interfaceEksBaseClientBuilder<B extends EksBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon EKS that is supported by bothEksClientBuilderandEksAsyncClientBuilder.Subinterfaces of EksBaseClientBuilder in software.amazon.awssdk.services.eks Modifier and Type Interface Description interfaceEksAsyncClientBuilderA builder for creating an instance ofEksAsyncClient.interfaceEksClientBuilderA builder for creating an instance ofEksClient.
-