Uses of Class
software.amazon.awssdk.services.route53recoveryreadiness.model.ListCellsResponse
-
Packages that use ListCellsResponse Package Description software.amazon.awssdk.services.route53recoveryreadiness Recovery readinesssoftware.amazon.awssdk.services.route53recoveryreadiness.paginators -
-
Uses of ListCellsResponse in software.amazon.awssdk.services.route53recoveryreadiness
Methods in software.amazon.awssdk.services.route53recoveryreadiness that return ListCellsResponse Modifier and Type Method Description default ListCellsResponseRoute53RecoveryReadinessClient. listCells(Consumer<ListCellsRequest.Builder> listCellsRequest)Lists the cells for an account.default ListCellsResponseRoute53RecoveryReadinessClient. listCells(ListCellsRequest listCellsRequest)Lists the cells for an account.Methods in software.amazon.awssdk.services.route53recoveryreadiness that return types with arguments of type ListCellsResponse Modifier and Type Method Description default CompletableFuture<ListCellsResponse>Route53RecoveryReadinessAsyncClient. listCells(Consumer<ListCellsRequest.Builder> listCellsRequest)Lists the cells for an account.default CompletableFuture<ListCellsResponse>Route53RecoveryReadinessAsyncClient. listCells(ListCellsRequest listCellsRequest)Lists the cells for an account. -
Uses of ListCellsResponse in software.amazon.awssdk.services.route53recoveryreadiness.paginators
Methods in software.amazon.awssdk.services.route53recoveryreadiness.paginators that return types with arguments of type ListCellsResponse Modifier and Type Method Description Iterator<ListCellsResponse>ListCellsIterable. iterator()Method parameters in software.amazon.awssdk.services.route53recoveryreadiness.paginators with type arguments of type ListCellsResponse Modifier and Type Method Description voidListCellsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListCellsResponse> subscriber)
-