Uses of Class
software.amazon.awssdk.services.workspacesweb.model.AuthenticationType
-
Packages that use AuthenticationType Package Description software.amazon.awssdk.services.workspacesweb.model -
-
Uses of AuthenticationType in software.amazon.awssdk.services.workspacesweb.model
Methods in software.amazon.awssdk.services.workspacesweb.model that return AuthenticationType Modifier and Type Method Description AuthenticationTypeCreatePortalRequest. authenticationType()The type of authentication integration points used when signing into the web portal.AuthenticationTypePortal. authenticationType()The type of authentication integration points used when signing into the web portal.AuthenticationTypePortalSummary. authenticationType()The type of authentication integration points used when signing into the web portal.AuthenticationTypeUpdatePortalRequest. authenticationType()The type of authentication integration points used when signing into the web portal.static AuthenticationTypeAuthenticationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AuthenticationTypeAuthenticationType. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthenticationType[]AuthenticationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.workspacesweb.model that return types with arguments of type AuthenticationType Modifier and Type Method Description static Set<AuthenticationType>AuthenticationType. knownValues()Methods in software.amazon.awssdk.services.workspacesweb.model with parameters of type AuthenticationType Modifier and Type Method Description CreatePortalRequest.BuilderCreatePortalRequest.Builder. authenticationType(AuthenticationType authenticationType)The type of authentication integration points used when signing into the web portal.Portal.BuilderPortal.Builder. authenticationType(AuthenticationType authenticationType)The type of authentication integration points used when signing into the web portal.PortalSummary.BuilderPortalSummary.Builder. authenticationType(AuthenticationType authenticationType)The type of authentication integration points used when signing into the web portal.UpdatePortalRequest.BuilderUpdatePortalRequest.Builder. authenticationType(AuthenticationType authenticationType)The type of authentication integration points used when signing into the web portal.
-