Uses of Class
software.amazon.awssdk.services.iotsitewise.model.ListPortalsResponse
-
Packages that use ListPortalsResponse Package Description software.amazon.awssdk.services.iotsitewise Welcome to the IoT SiteWise API Reference.software.amazon.awssdk.services.iotsitewise.paginators -
-
Uses of ListPortalsResponse in software.amazon.awssdk.services.iotsitewise
Methods in software.amazon.awssdk.services.iotsitewise that return ListPortalsResponse Modifier and Type Method Description default ListPortalsResponseIoTSiteWiseClient. listPortals(Consumer<ListPortalsRequest.Builder> listPortalsRequest)Retrieves a paginated list of IoT SiteWise Monitor portals.default ListPortalsResponseIoTSiteWiseClient. listPortals(ListPortalsRequest listPortalsRequest)Retrieves a paginated list of IoT SiteWise Monitor portals.Methods in software.amazon.awssdk.services.iotsitewise that return types with arguments of type ListPortalsResponse Modifier and Type Method Description default CompletableFuture<ListPortalsResponse>IoTSiteWiseAsyncClient. listPortals(Consumer<ListPortalsRequest.Builder> listPortalsRequest)Retrieves a paginated list of IoT SiteWise Monitor portals.default CompletableFuture<ListPortalsResponse>IoTSiteWiseAsyncClient. listPortals(ListPortalsRequest listPortalsRequest)Retrieves a paginated list of IoT SiteWise Monitor portals. -
Uses of ListPortalsResponse in software.amazon.awssdk.services.iotsitewise.paginators
Methods in software.amazon.awssdk.services.iotsitewise.paginators that return types with arguments of type ListPortalsResponse Modifier and Type Method Description Iterator<ListPortalsResponse>ListPortalsIterable. iterator()Method parameters in software.amazon.awssdk.services.iotsitewise.paginators with type arguments of type ListPortalsResponse Modifier and Type Method Description voidListPortalsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListPortalsResponse> subscriber)
-