Uses of Class
software.amazon.awssdk.services.route53recoveryreadiness.model.UpdateCellResponse
-
Packages that use UpdateCellResponse Package Description software.amazon.awssdk.services.route53recoveryreadiness Recovery readiness -
-
Uses of UpdateCellResponse in software.amazon.awssdk.services.route53recoveryreadiness
Methods in software.amazon.awssdk.services.route53recoveryreadiness that return UpdateCellResponse Modifier and Type Method Description default UpdateCellResponseRoute53RecoveryReadinessClient. updateCell(Consumer<UpdateCellRequest.Builder> updateCellRequest)Updates a cell to replace the list of nested cells with a new list of nested cells.default UpdateCellResponseRoute53RecoveryReadinessClient. updateCell(UpdateCellRequest updateCellRequest)Updates a cell to replace the list of nested cells with a new list of nested cells.Methods in software.amazon.awssdk.services.route53recoveryreadiness that return types with arguments of type UpdateCellResponse Modifier and Type Method Description default CompletableFuture<UpdateCellResponse>Route53RecoveryReadinessAsyncClient. updateCell(Consumer<UpdateCellRequest.Builder> updateCellRequest)Updates a cell to replace the list of nested cells with a new list of nested cells.default CompletableFuture<UpdateCellResponse>Route53RecoveryReadinessAsyncClient. updateCell(UpdateCellRequest updateCellRequest)Updates a cell to replace the list of nested cells with a new list of nested cells.
-