Uses of Class
software.amazon.awssdk.services.iotsitewise.model.PortalType
-
Packages that use PortalType Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of PortalType in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return PortalType Modifier and Type Method Description static PortalTypePortalType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PortalTypeCreatePortalRequest. portalType()Define the type of portal.PortalTypeDescribePortalResponse. portalType()Define the type of portal.PortalTypePortalSummary. portalType()Define the type of portal.PortalTypeUpdatePortalRequest. portalType()Define the type of portal.static PortalTypePortalType. valueOf(String name)Returns the enum constant of this type with the specified name.static PortalType[]PortalType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type PortalType Modifier and Type Method Description static Set<PortalType>PortalType. knownValues()Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type PortalType Modifier and Type Method Description CreatePortalRequest.BuilderCreatePortalRequest.Builder. portalType(PortalType portalType)Define the type of portal.DescribePortalResponse.BuilderDescribePortalResponse.Builder. portalType(PortalType portalType)Define the type of portal.PortalSummary.BuilderPortalSummary.Builder. portalType(PortalType portalType)Define the type of portal.UpdatePortalRequest.BuilderUpdatePortalRequest.Builder. portalType(PortalType portalType)Define the type of portal.
-