| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
PortalStatus |
PortalStatus.clone() |
PortalStatus |
DescribePortalResult.getPortalStatus()
The current status of the portal, which contains a state and any error message.
|
PortalStatus |
CreatePortalResult.getPortalStatus()
The status of the portal, which contains a state (
CREATING after successfully calling this
operation) and any error message. |
PortalStatus |
DeletePortalResult.getPortalStatus()
The status of the portal, which contains a state (
DELETING after successfully calling this
operation) and any error message. |
PortalStatus |
UpdatePortalResult.getPortalStatus()
The status of the portal, which contains a state (
UPDATING after successfully calling this
operation) and any error message. |
PortalStatus |
PortalSummary.getStatus() |
PortalStatus |
PortalStatus.withError(MonitorErrorDetails error)
Contains associated error information, if any.
|
PortalStatus |
PortalStatus.withState(PortalState state)
The current state of the portal.
|
PortalStatus |
PortalStatus.withState(String state)
The current state of the portal.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribePortalResult.setPortalStatus(PortalStatus portalStatus)
The current status of the portal, which contains a state and any error message.
|
void |
CreatePortalResult.setPortalStatus(PortalStatus portalStatus)
The status of the portal, which contains a state (
CREATING after successfully calling this
operation) and any error message. |
void |
DeletePortalResult.setPortalStatus(PortalStatus portalStatus)
The status of the portal, which contains a state (
DELETING after successfully calling this
operation) and any error message. |
void |
UpdatePortalResult.setPortalStatus(PortalStatus portalStatus)
The status of the portal, which contains a state (
UPDATING after successfully calling this
operation) and any error message. |
void |
PortalSummary.setStatus(PortalStatus status) |
DescribePortalResult |
DescribePortalResult.withPortalStatus(PortalStatus portalStatus)
The current status of the portal, which contains a state and any error message.
|
CreatePortalResult |
CreatePortalResult.withPortalStatus(PortalStatus portalStatus)
The status of the portal, which contains a state (
CREATING after successfully calling this
operation) and any error message. |
DeletePortalResult |
DeletePortalResult.withPortalStatus(PortalStatus portalStatus)
The status of the portal, which contains a state (
DELETING after successfully calling this
operation) and any error message. |
UpdatePortalResult |
UpdatePortalResult.withPortalStatus(PortalStatus portalStatus)
The status of the portal, which contains a state (
UPDATING after successfully calling this
operation) and any error message. |
PortalSummary |
PortalSummary.withStatus(PortalStatus status) |
Copyright © 2021. All rights reserved.