Uses of Interface
software.amazon.awssdk.services.iotsitewise.model.PortalTypeEntry.Builder
-
Packages that use PortalTypeEntry.Builder Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of PortalTypeEntry.Builder in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return PortalTypeEntry.Builder Modifier and Type Method Description static PortalTypeEntry.BuilderPortalTypeEntry. builder()PortalTypeEntry.BuilderPortalTypeEntry.Builder. portalTools(String... portalTools)The array of tools associated with the specified portal type.PortalTypeEntry.BuilderPortalTypeEntry.Builder. portalTools(Collection<String> portalTools)The array of tools associated with the specified portal type.PortalTypeEntry.BuilderPortalTypeEntry. toBuilder()Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type PortalTypeEntry.Builder Modifier and Type Method Description static Class<? extends PortalTypeEntry.Builder>PortalTypeEntry. serializableBuilderClass()
-