Uses of Enum
software.amazon.awscdk.services.eks.AuthenticationMode
Packages that use AuthenticationMode
-
Uses of AuthenticationMode in software.amazon.awscdk.services.eks
Methods in software.amazon.awscdk.services.eks that return AuthenticationModeModifier and TypeMethodDescriptionCluster.getAuthenticationMode()The authentication mode for the Amazon EKS cluster.default AuthenticationModeClusterOptions.getAuthenticationMode()The desired authentication mode for the cluster.final AuthenticationModeClusterOptions.Jsii$Proxy.getAuthenticationMode()final AuthenticationModeClusterProps.Jsii$Proxy.getAuthenticationMode()final AuthenticationModeFargateClusterProps.Jsii$Proxy.getAuthenticationMode()default AuthenticationModeICluster.getAuthenticationMode()The authentication mode for the cluster.default AuthenticationModeICluster.Jsii$Default.getAuthenticationMode()The authentication mode for the cluster.final AuthenticationModeICluster.Jsii$Proxy.getAuthenticationMode()The authentication mode for the cluster.static AuthenticationModeReturns 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.awscdk.services.eks with parameters of type AuthenticationModeModifier and TypeMethodDescriptionCluster.Builder.authenticationMode(AuthenticationMode authenticationMode) The desired authentication mode for the cluster.ClusterOptions.Builder.authenticationMode(AuthenticationMode authenticationMode) Sets the value ofClusterOptions.getAuthenticationMode()ClusterProps.Builder.authenticationMode(AuthenticationMode authenticationMode) Sets the value ofClusterOptions.getAuthenticationMode()FargateCluster.Builder.authenticationMode(AuthenticationMode authenticationMode) The desired authentication mode for the cluster.FargateClusterProps.Builder.authenticationMode(AuthenticationMode authenticationMode) Sets the value ofClusterOptions.getAuthenticationMode()