Uses of Class
software.amazon.awssdk.services.sagemaker.model.AuthMode
-
Packages that use AuthMode Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of AuthMode in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return AuthMode Modifier and Type Method Description AuthModeCreateDomainRequest. authMode()The mode of authentication that members use to access the domain.AuthModeDescribeDomainResponse. authMode()The domain's authentication mode.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.sagemaker.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.sagemaker.model with parameters of type AuthMode Modifier and Type Method Description CreateDomainRequest.BuilderCreateDomainRequest.Builder. authMode(AuthMode authMode)The mode of authentication that members use to access the domain.DescribeDomainResponse.BuilderDescribeDomainResponse.Builder. authMode(AuthMode authMode)The domain's authentication mode.
-