| Package | Description |
|---|---|
| software.amazon.awssdk.services.workspacesweb.model |
| Modifier and Type | Method and Description |
|---|---|
static ListPortalsResponse.Builder |
ListPortalsResponse.builder() |
ListPortalsResponse.Builder |
ListPortalsResponse.Builder.nextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
|
ListPortalsResponse.Builder |
ListPortalsResponse.Builder.portals(Collection<PortalSummary> portals)
The portals in the list.
|
ListPortalsResponse.Builder |
ListPortalsResponse.Builder.portals(Consumer<PortalSummary.Builder>... portals)
The portals in the list.
|
ListPortalsResponse.Builder |
ListPortalsResponse.Builder.portals(PortalSummary... portals)
The portals in the list.
|
ListPortalsResponse.Builder |
ListPortalsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListPortalsResponse.Builder> |
ListPortalsResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.