| Package | Description |
|---|---|
| com.amazonaws.services.eks.model |
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationMode |
AuthenticationMode.fromValue(String value)
Use this in place of valueOf.
|
static AuthenticationMode |
AuthenticationMode.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.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAccessConfigRequest |
UpdateAccessConfigRequest.withAuthenticationMode(AuthenticationMode authenticationMode)
The desired authentication mode for the cluster.
|
CreateAccessConfigRequest |
CreateAccessConfigRequest.withAuthenticationMode(AuthenticationMode authenticationMode)
The desired authentication mode for the cluster.
|
AccessConfigResponse |
AccessConfigResponse.withAuthenticationMode(AuthenticationMode authenticationMode)
The current authentication mode of the cluster.
|
Copyright © 2024. All rights reserved.