Uses of Class
software.amazon.awssdk.services.workspacesweb.model.PortalSummary
-
Packages that use PortalSummary Package Description software.amazon.awssdk.services.workspacesweb.model -
-
Uses of PortalSummary in software.amazon.awssdk.services.workspacesweb.model
Methods in software.amazon.awssdk.services.workspacesweb.model that return types with arguments of type PortalSummary Modifier and Type Method Description List<PortalSummary>ListPortalsResponse. portals()The portals in the list.Methods in software.amazon.awssdk.services.workspacesweb.model with parameters of type PortalSummary Modifier and Type Method Description ListPortalsResponse.BuilderListPortalsResponse.Builder. portals(PortalSummary... portals)The portals in the list.Method parameters in software.amazon.awssdk.services.workspacesweb.model with type arguments of type PortalSummary Modifier and Type Method Description ListPortalsResponse.BuilderListPortalsResponse.Builder. portals(Collection<PortalSummary> portals)The portals in the list.
-