Uses of Class
software.amazon.awssdk.services.iotsitewise.model.PortalSummary
-
Packages that use PortalSummary Package Description software.amazon.awssdk.services.iotsitewise.model software.amazon.awssdk.services.iotsitewise.paginators -
-
Uses of PortalSummary in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type PortalSummary Modifier and Type Method Description List<PortalSummary>ListPortalsResponse. portalSummaries()A list that summarizes each portal.Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type PortalSummary Modifier and Type Method Description ListPortalsResponse.BuilderListPortalsResponse.Builder. portalSummaries(PortalSummary... portalSummaries)A list that summarizes each portal.Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type PortalSummary Modifier and Type Method Description ListPortalsResponse.BuilderListPortalsResponse.Builder. portalSummaries(Collection<PortalSummary> portalSummaries)A list that summarizes each portal. -
Uses of PortalSummary in software.amazon.awssdk.services.iotsitewise.paginators
Methods in software.amazon.awssdk.services.iotsitewise.paginators that return types with arguments of type PortalSummary Modifier and Type Method Description SdkIterable<PortalSummary>ListPortalsIterable. portalSummaries()Returns an iterable to iterate through the paginatedListPortalsResponse.portalSummaries()member.SdkPublisher<PortalSummary>ListPortalsPublisher. portalSummaries()Returns a publisher that can be used to get a stream of data.
-