| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53recoveryreadiness.model | |
| software.amazon.awssdk.services.route53recoveryreadiness.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<CellOutput> |
ListCellsResponse.cells()
A list of Cells
|
| Modifier and Type | Method and Description |
|---|---|
ListCellsResponse.Builder |
ListCellsResponse.Builder.cells(CellOutput... cells)
A list of Cells
|
| Modifier and Type | Method and Description |
|---|---|
ListCellsResponse.Builder |
ListCellsResponse.Builder.cells(Collection<CellOutput> cells)
A list of Cells
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<CellOutput> |
ListCellsPublisher.cells()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<CellOutput> |
ListCellsIterable.cells()
Returns an iterable to iterate through the paginated
ListCellsResponse.cells() member. |
Copyright © 2022. All rights reserved.