Uses of Class
software.amazon.awssdk.services.workspacesweb.model.ListPortalsResponse
-
Packages that use ListPortalsResponse 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 -
-
Uses of ListPortalsResponse in software.amazon.awssdk.services.workspacesweb
Methods in software.amazon.awssdk.services.workspacesweb that return ListPortalsResponse Modifier and Type Method Description default ListPortalsResponseWorkSpacesWebClient. listPortals(Consumer<ListPortalsRequest.Builder> listPortalsRequest)Retrieves a list or web portals.default ListPortalsResponseWorkSpacesWebClient. listPortals(ListPortalsRequest listPortalsRequest)Retrieves a list or web portals.Methods in software.amazon.awssdk.services.workspacesweb that return types with arguments of type ListPortalsResponse Modifier and Type Method Description default CompletableFuture<ListPortalsResponse>WorkSpacesWebAsyncClient. listPortals(Consumer<ListPortalsRequest.Builder> listPortalsRequest)Retrieves a list or web portals.default CompletableFuture<ListPortalsResponse>WorkSpacesWebAsyncClient. listPortals(ListPortalsRequest listPortalsRequest)Retrieves a list or web portals. -
Uses of ListPortalsResponse in software.amazon.awssdk.services.workspacesweb.paginators
Methods in software.amazon.awssdk.services.workspacesweb.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.workspacesweb.paginators with type arguments of type ListPortalsResponse Modifier and Type Method Description voidListPortalsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListPortalsResponse> subscriber)
-