Uses of Class
software.amazon.awssdk.services.iotsitewise.model.PortalTypeEntry
-
Packages that use PortalTypeEntry Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of PortalTypeEntry in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type PortalTypeEntry Modifier and Type Method Description Map<String,PortalTypeEntry>CreatePortalRequest. portalTypeConfiguration()The configuration entry associated with the specific portal type.Map<String,PortalTypeEntry>DescribePortalResponse. portalTypeConfiguration()The configuration entry associated with the specific portal type.Map<String,PortalTypeEntry>UpdatePortalRequest. portalTypeConfiguration()The configuration entry associated with the specific portal type.Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type PortalTypeEntry Modifier and Type Method Description CreatePortalRequest.BuilderCreatePortalRequest.Builder. portalTypeConfiguration(Map<String,PortalTypeEntry> portalTypeConfiguration)The configuration entry associated with the specific portal type.DescribePortalResponse.BuilderDescribePortalResponse.Builder. portalTypeConfiguration(Map<String,PortalTypeEntry> portalTypeConfiguration)The configuration entry associated with the specific portal type.UpdatePortalRequest.BuilderUpdatePortalRequest.Builder. portalTypeConfiguration(Map<String,PortalTypeEntry> portalTypeConfiguration)The configuration entry associated with the specific portal type.
-