Uses of Interface
software.amazon.awssdk.services.route53recoveryreadiness.model.ListCellsResponse.Builder
-
Packages that use ListCellsResponse.Builder Package Description software.amazon.awssdk.services.route53recoveryreadiness.model -
-
Uses of ListCellsResponse.Builder in software.amazon.awssdk.services.route53recoveryreadiness.model
Methods in software.amazon.awssdk.services.route53recoveryreadiness.model that return ListCellsResponse.Builder Modifier and Type Method Description static ListCellsResponse.BuilderListCellsResponse. builder()ListCellsResponse.BuilderListCellsResponse.Builder. cells(Collection<CellOutput> cells)A list of cells.ListCellsResponse.BuilderListCellsResponse.Builder. cells(Consumer<CellOutput.Builder>... cells)A list of cells.ListCellsResponse.BuilderListCellsResponse.Builder. cells(CellOutput... cells)A list of cells.ListCellsResponse.BuilderListCellsResponse.Builder. nextToken(String nextToken)The token that identifies which batch of results you want to see.ListCellsResponse.BuilderListCellsResponse. toBuilder()Methods in software.amazon.awssdk.services.route53recoveryreadiness.model that return types with arguments of type ListCellsResponse.Builder Modifier and Type Method Description static Class<? extends ListCellsResponse.Builder>ListCellsResponse. serializableBuilderClass()
-