Uses of Interface
software.amazon.awssdk.services.workspacesweb.model.ListPortalsResponse.Builder
-
Packages that use ListPortalsResponse.Builder Package Description software.amazon.awssdk.services.workspacesweb.model -
-
Uses of ListPortalsResponse.Builder in software.amazon.awssdk.services.workspacesweb.model
Methods in software.amazon.awssdk.services.workspacesweb.model that return ListPortalsResponse.Builder Modifier and Type Method Description static ListPortalsResponse.BuilderListPortalsResponse. builder()ListPortalsResponse.BuilderListPortalsResponse.Builder. nextToken(String nextToken)The pagination token used to retrieve the next page of results for this operation.ListPortalsResponse.BuilderListPortalsResponse.Builder. portals(Collection<PortalSummary> portals)The portals in the list.ListPortalsResponse.BuilderListPortalsResponse.Builder. portals(Consumer<PortalSummary.Builder>... portals)The portals in the list.ListPortalsResponse.BuilderListPortalsResponse.Builder. portals(PortalSummary... portals)The portals in the list.ListPortalsResponse.BuilderListPortalsResponse. toBuilder()Methods in software.amazon.awssdk.services.workspacesweb.model that return types with arguments of type ListPortalsResponse.Builder Modifier and Type Method Description static Class<? extends ListPortalsResponse.Builder>ListPortalsResponse. serializableBuilderClass()
-