Uses of Class
software.amazon.awssdk.services.route53recoveryreadiness.model.UpdateCellRequest
-
Packages that use UpdateCellRequest Package Description software.amazon.awssdk.services.route53recoveryreadiness Recovery readinesssoftware.amazon.awssdk.services.route53recoveryreadiness.transform -
-
Uses of UpdateCellRequest in software.amazon.awssdk.services.route53recoveryreadiness
Methods in software.amazon.awssdk.services.route53recoveryreadiness with parameters of type UpdateCellRequest Modifier and Type Method Description default CompletableFuture<UpdateCellResponse>Route53RecoveryReadinessAsyncClient. updateCell(UpdateCellRequest 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. -
Uses of UpdateCellRequest in software.amazon.awssdk.services.route53recoveryreadiness.transform
Methods in software.amazon.awssdk.services.route53recoveryreadiness.transform with parameters of type UpdateCellRequest Modifier and Type Method Description SdkHttpFullRequestUpdateCellRequestMarshaller. marshall(UpdateCellRequest updateCellRequest)
-