| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53recoveryreadiness.model |
| Modifier and Type | Method and Description |
|---|---|
static ListCellsResponse.Builder |
ListCellsResponse.builder() |
ListCellsResponse.Builder |
ListCellsResponse.Builder.cells(CellOutput... cells)
A list of Cells
|
ListCellsResponse.Builder |
ListCellsResponse.Builder.cells(Collection<CellOutput> cells)
A list of Cells
|
ListCellsResponse.Builder |
ListCellsResponse.Builder.cells(Consumer<CellOutput.Builder>... cells)
A list of Cells This is a convenience that creates an instance of the
List
avoiding the need to create one manually via List. |
ListCellsResponse.Builder |
ListCellsResponse.Builder.nextToken(String nextToken)
A token that can be used to resume pagination from the end of the collection.
|
ListCellsResponse.Builder |
ListCellsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListCellsResponse.Builder> |
ListCellsResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.