Uses of Class
software.amazon.awssdk.services.iotsitewise.model.PortalStatus
-
Packages that use PortalStatus Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of PortalStatus in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return PortalStatus Modifier and Type Method Description PortalStatusCreatePortalResponse. portalStatus()The status of the portal, which contains a state (CREATINGafter successfully calling this operation) and any error message.PortalStatusDeletePortalResponse. portalStatus()The status of the portal, which contains a state (DELETINGafter successfully calling this operation) and any error message.PortalStatusDescribePortalResponse. portalStatus()The current status of the portal, which contains a state and any error message.PortalStatusUpdatePortalResponse. portalStatus()The status of the portal, which contains a state (UPDATINGafter successfully calling this operation) and any error message.PortalStatusPortalSummary. status()Returns the value of the Status property for this object.Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type PortalStatus Modifier and Type Method Description CreatePortalResponse.BuilderCreatePortalResponse.Builder. portalStatus(PortalStatus portalStatus)The status of the portal, which contains a state (CREATINGafter successfully calling this operation) and any error message.DeletePortalResponse.BuilderDeletePortalResponse.Builder. portalStatus(PortalStatus portalStatus)The status of the portal, which contains a state (DELETINGafter successfully calling this operation) and any error message.DescribePortalResponse.BuilderDescribePortalResponse.Builder. portalStatus(PortalStatus portalStatus)The current status of the portal, which contains a state and any error message.UpdatePortalResponse.BuilderUpdatePortalResponse.Builder. portalStatus(PortalStatus portalStatus)The status of the portal, which contains a state (UPDATINGafter successfully calling this operation) and any error message.PortalSummary.BuilderPortalSummary.Builder. status(PortalStatus status)Sets the value of the Status property for this object.
-