Uses of Class
software.amazon.awssdk.services.workspacesweb.model.PortalStatus
-
Packages that use PortalStatus Package Description software.amazon.awssdk.services.workspacesweb.model -
-
Uses of PortalStatus in software.amazon.awssdk.services.workspacesweb.model
Methods in software.amazon.awssdk.services.workspacesweb.model that return PortalStatus Modifier and Type Method Description static PortalStatusPortalStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PortalStatusPortal. portalStatus()The status of the web portal.PortalStatusPortalSummary. portalStatus()The status of the web portal.static PortalStatusPortalStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static PortalStatus[]PortalStatus. 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 PortalStatus Modifier and Type Method Description static Set<PortalStatus>PortalStatus. knownValues()Methods in software.amazon.awssdk.services.workspacesweb.model with parameters of type PortalStatus Modifier and Type Method Description Portal.BuilderPortal.Builder. portalStatus(PortalStatus portalStatus)The status of the web portal.PortalSummary.BuilderPortalSummary.Builder. portalStatus(PortalStatus portalStatus)The status of the web portal.
-