| Package | Description |
|---|---|
| software.amazon.awssdk.services.workspacesweb.model |
| Modifier and Type | Method and Description |
|---|---|
static PortalStatus |
PortalStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PortalStatus |
Portal.portalStatus()
The status of the web portal.
|
PortalStatus |
PortalSummary.portalStatus()
The status of the web portal.
|
static PortalStatus |
PortalStatus.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<PortalStatus> |
PortalStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Portal.Builder |
Portal.Builder.portalStatus(PortalStatus portalStatus)
The status of the web portal.
|
PortalSummary.Builder |
PortalSummary.Builder.portalStatus(PortalStatus portalStatus)
The status of the web portal.
|
Copyright © 2022. All rights reserved.