| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
PortalStatus |
DeletePortalResponse.portalStatus()
The status of the portal, which contains a state (
DELETING after successfully calling this
operation) and any error message. |
PortalStatus |
DescribePortalResponse.portalStatus()
The current status of the portal, which contains a state and any error message.
|
PortalStatus |
UpdatePortalResponse.portalStatus()
The status of the portal, which contains a state (
UPDATING after successfully calling this
operation) and any error message. |
PortalStatus |
CreatePortalResponse.portalStatus()
The status of the portal, which contains a state (
CREATING after successfully calling this
operation) and any error message. |
PortalStatus |
PortalSummary.status()
Returns the value of the Status property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
DeletePortalResponse.Builder |
DeletePortalResponse.Builder.portalStatus(PortalStatus portalStatus)
The status of the portal, which contains a state (
DELETING after successfully calling this
operation) and any error message. |
DescribePortalResponse.Builder |
DescribePortalResponse.Builder.portalStatus(PortalStatus portalStatus)
The current status of the portal, which contains a state and any error message.
|
UpdatePortalResponse.Builder |
UpdatePortalResponse.Builder.portalStatus(PortalStatus portalStatus)
The status of the portal, which contains a state (
UPDATING after successfully calling this
operation) and any error message. |
CreatePortalResponse.Builder |
CreatePortalResponse.Builder.portalStatus(PortalStatus portalStatus)
The status of the portal, which contains a state (
CREATING after successfully calling this
operation) and any error message. |
PortalSummary.Builder |
PortalSummary.Builder.status(PortalStatus status)
Sets the value of the Status property for this object.
|
Copyright © 2021. All rights reserved.