| Package | Description |
|---|---|
| software.amazon.awssdk.services.connectcases.model |
| Modifier and Type | Method and Description |
|---|---|
static ListLayoutsResponse.Builder |
ListLayoutsResponse.builder() |
ListLayoutsResponse.Builder |
ListLayoutsResponse.Builder.layouts(Collection<LayoutSummary> layouts)
The layouts for the domain.
|
ListLayoutsResponse.Builder |
ListLayoutsResponse.Builder.layouts(Consumer<LayoutSummary.Builder>... layouts)
The layouts for the domain.
|
ListLayoutsResponse.Builder |
ListLayoutsResponse.Builder.layouts(LayoutSummary... layouts)
The layouts for the domain.
|
ListLayoutsResponse.Builder |
ListLayoutsResponse.Builder.nextToken(String nextToken)
The token for the next set of results.
|
ListLayoutsResponse.Builder |
ListLayoutsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListLayoutsResponse.Builder> |
ListLayoutsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.