Uses of Class
software.amazon.awssdk.services.workspacesweb.model.ListPortalsRequest
-
Packages that use ListPortalsRequest Package Description software.amazon.awssdk.services.workspacesweb Amazon WorkSpaces Secure Browser is a low cost, fully managed WorkSpace built specifically to facilitate secure, web-based workloads.software.amazon.awssdk.services.workspacesweb.paginators software.amazon.awssdk.services.workspacesweb.transform -
-
Uses of ListPortalsRequest in software.amazon.awssdk.services.workspacesweb
Methods in software.amazon.awssdk.services.workspacesweb with parameters of type ListPortalsRequest Modifier and Type Method Description default CompletableFuture<ListPortalsResponse>WorkSpacesWebAsyncClient. listPortals(ListPortalsRequest listPortalsRequest)Retrieves a list or web portals.default ListPortalsResponseWorkSpacesWebClient. listPortals(ListPortalsRequest listPortalsRequest)Retrieves a list or web portals.default ListPortalsPublisherWorkSpacesWebAsyncClient. listPortalsPaginator(ListPortalsRequest listPortalsRequest)This is a variant ofWorkSpacesWebAsyncClient.listPortals(software.amazon.awssdk.services.workspacesweb.model.ListPortalsRequest)operation.default ListPortalsIterableWorkSpacesWebClient. listPortalsPaginator(ListPortalsRequest listPortalsRequest)This is a variant ofWorkSpacesWebClient.listPortals(software.amazon.awssdk.services.workspacesweb.model.ListPortalsRequest)operation. -
Uses of ListPortalsRequest in software.amazon.awssdk.services.workspacesweb.paginators
Constructors in software.amazon.awssdk.services.workspacesweb.paginators with parameters of type ListPortalsRequest Constructor Description ListPortalsIterable(WorkSpacesWebClient client, ListPortalsRequest firstRequest)ListPortalsPublisher(WorkSpacesWebAsyncClient client, ListPortalsRequest firstRequest) -
Uses of ListPortalsRequest in software.amazon.awssdk.services.workspacesweb.transform
Methods in software.amazon.awssdk.services.workspacesweb.transform with parameters of type ListPortalsRequest Modifier and Type Method Description SdkHttpFullRequestListPortalsRequestMarshaller. marshall(ListPortalsRequest listPortalsRequest)
-