Uses of Interface
software.amazon.awssdk.services.eksauth.EksAuthBaseClientBuilder
-
Packages that use EksAuthBaseClientBuilder Package Description software.amazon.awssdk.services.eksauth The Amazon EKS Auth API and theAssumeRoleForPodIdentityaction are only used by the EKS Pod Identity Agent. -
-
Uses of EksAuthBaseClientBuilder in software.amazon.awssdk.services.eksauth
Classes in software.amazon.awssdk.services.eksauth with type parameters of type EksAuthBaseClientBuilder Modifier and Type Interface Description interfaceEksAuthBaseClientBuilder<B extends EksAuthBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon EKS Auth that is supported by bothEksAuthClientBuilderandEksAuthAsyncClientBuilder.Subinterfaces of EksAuthBaseClientBuilder in software.amazon.awssdk.services.eksauth Modifier and Type Interface Description interfaceEksAuthAsyncClientBuilderA builder for creating an instance ofEksAuthAsyncClient.interfaceEksAuthClientBuilderA builder for creating an instance ofEksAuthClient.
-