Uses of Class
software.amazon.awssdk.services.iotsitewise.model.ListPortalsRequest
-
Packages that use ListPortalsRequest Package Description software.amazon.awssdk.services.iotsitewise Welcome to the IoT SiteWise API Reference.software.amazon.awssdk.services.iotsitewise.paginators software.amazon.awssdk.services.iotsitewise.transform -
-
Uses of ListPortalsRequest in software.amazon.awssdk.services.iotsitewise
Methods in software.amazon.awssdk.services.iotsitewise with parameters of type ListPortalsRequest Modifier and Type Method Description default CompletableFuture<ListPortalsResponse>IoTSiteWiseAsyncClient. listPortals(ListPortalsRequest listPortalsRequest)Retrieves a paginated list of IoT SiteWise Monitor portals.default ListPortalsResponseIoTSiteWiseClient. listPortals(ListPortalsRequest listPortalsRequest)Retrieves a paginated list of IoT SiteWise Monitor portals.default ListPortalsPublisherIoTSiteWiseAsyncClient. listPortalsPaginator(ListPortalsRequest listPortalsRequest)Retrieves a paginated list of IoT SiteWise Monitor portals.default ListPortalsIterableIoTSiteWiseClient. listPortalsPaginator(ListPortalsRequest listPortalsRequest)Retrieves a paginated list of IoT SiteWise Monitor portals. -
Uses of ListPortalsRequest in software.amazon.awssdk.services.iotsitewise.paginators
Constructors in software.amazon.awssdk.services.iotsitewise.paginators with parameters of type ListPortalsRequest Constructor Description ListPortalsIterable(IoTSiteWiseClient client, ListPortalsRequest firstRequest)ListPortalsPublisher(IoTSiteWiseAsyncClient client, ListPortalsRequest firstRequest) -
Uses of ListPortalsRequest in software.amazon.awssdk.services.iotsitewise.transform
Methods in software.amazon.awssdk.services.iotsitewise.transform with parameters of type ListPortalsRequest Modifier and Type Method Description SdkHttpFullRequestListPortalsRequestMarshaller. marshall(ListPortalsRequest listPortalsRequest)
-