Uses of Class
software.amazon.awssdk.services.route53recoveryreadiness.model.CellOutput
-
Packages that use CellOutput Package Description software.amazon.awssdk.services.route53recoveryreadiness.model software.amazon.awssdk.services.route53recoveryreadiness.paginators -
-
Uses of CellOutput in software.amazon.awssdk.services.route53recoveryreadiness.model
Methods in software.amazon.awssdk.services.route53recoveryreadiness.model that return types with arguments of type CellOutput Modifier and Type Method Description List<CellOutput>ListCellsResponse. cells()A list of cells.Methods in software.amazon.awssdk.services.route53recoveryreadiness.model with parameters of type CellOutput Modifier and Type Method Description ListCellsResponse.BuilderListCellsResponse.Builder. cells(CellOutput... cells)A list of cells.Method parameters in software.amazon.awssdk.services.route53recoveryreadiness.model with type arguments of type CellOutput Modifier and Type Method Description ListCellsResponse.BuilderListCellsResponse.Builder. cells(Collection<CellOutput> cells)A list of cells. -
Uses of CellOutput in software.amazon.awssdk.services.route53recoveryreadiness.paginators
Methods in software.amazon.awssdk.services.route53recoveryreadiness.paginators that return types with arguments of type CellOutput Modifier and Type Method Description SdkIterable<CellOutput>ListCellsIterable. cells()Returns an iterable to iterate through the paginatedListCellsResponse.cells()member.SdkPublisher<CellOutput>ListCellsPublisher. cells()Returns a publisher that can be used to get a stream of data.
-