Uses of Class
software.amazon.awssdk.services.eks.model.ConfigStatus
-
Packages that use ConfigStatus Package Description software.amazon.awssdk.services.eks.model -
-
Uses of ConfigStatus in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return ConfigStatus Modifier and Type Method Description static ConfigStatusConfigStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ConfigStatusOidcIdentityProviderConfig. status()The status of the OIDC identity provider.static ConfigStatusConfigStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ConfigStatus[]ConfigStatus. 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 ConfigStatus Modifier and Type Method Description static Set<ConfigStatus>ConfigStatus. knownValues()Methods in software.amazon.awssdk.services.eks.model with parameters of type ConfigStatus Modifier and Type Method Description OidcIdentityProviderConfig.BuilderOidcIdentityProviderConfig.Builder. status(ConfigStatus status)The status of the OIDC identity provider.
-