Uses of Class
software.amazon.awssdk.services.emr.model.AuthMode
-
Packages that use AuthMode Package Description software.amazon.awssdk.services.emr.model -
-
Uses of AuthMode in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return AuthMode Modifier and Type Method Description AuthModeCreateStudioRequest. authMode()Specifies whether the Studio authenticates users using IAM or IAM Identity Center.AuthModeStudio. authMode()Specifies whether the Amazon EMR Studio authenticates users with IAM or IAM Identity Center.AuthModeStudioSummary. authMode()Specifies whether the Studio authenticates users using IAM or IAM Identity Center.static AuthModeAuthMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AuthModeAuthMode. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthMode[]AuthMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type AuthMode Modifier and Type Method Description static Set<AuthMode>AuthMode. knownValues()Methods in software.amazon.awssdk.services.emr.model with parameters of type AuthMode Modifier and Type Method Description CreateStudioRequest.BuilderCreateStudioRequest.Builder. authMode(AuthMode authMode)Specifies whether the Studio authenticates users using IAM or IAM Identity Center.Studio.BuilderStudio.Builder. authMode(AuthMode authMode)Specifies whether the Amazon EMR Studio authenticates users with IAM or IAM Identity Center.StudioSummary.BuilderStudioSummary.Builder. authMode(AuthMode authMode)Specifies whether the Studio authenticates users using IAM or IAM Identity Center.
-