Uses of Class
software.amazon.awssdk.services.eks.model.AuthenticationMode
-
Packages that use AuthenticationMode Package Description software.amazon.awssdk.services.eks.model -
-
Uses of AuthenticationMode in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return AuthenticationMode Modifier and Type Method Description AuthenticationModeAccessConfigResponse. authenticationMode()The current authentication mode of the cluster.AuthenticationModeCreateAccessConfigRequest. authenticationMode()The desired authentication mode for the cluster.AuthenticationModeUpdateAccessConfigRequest. authenticationMode()The desired authentication mode for the cluster.static AuthenticationModeAuthenticationMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AuthenticationModeAuthenticationMode. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthenticationMode[]AuthenticationMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.eks.model that return types with arguments of type AuthenticationMode Modifier and Type Method Description static Set<AuthenticationMode>AuthenticationMode. knownValues()Methods in software.amazon.awssdk.services.eks.model with parameters of type AuthenticationMode Modifier and Type Method Description AccessConfigResponse.BuilderAccessConfigResponse.Builder. authenticationMode(AuthenticationMode authenticationMode)The current authentication mode of the cluster.CreateAccessConfigRequest.BuilderCreateAccessConfigRequest.Builder. authenticationMode(AuthenticationMode authenticationMode)The desired authentication mode for the cluster.UpdateAccessConfigRequest.BuilderUpdateAccessConfigRequest.Builder. authenticationMode(AuthenticationMode authenticationMode)The desired authentication mode for the cluster.
-