Uses of Class
software.amazon.awssdk.services.route53recoverycontrolconfig.model.UpdateControlPanelResponse
-
Packages that use UpdateControlPanelResponse Package Description software.amazon.awssdk.services.route53recoverycontrolconfig Recovery Control Configuration API Reference for Amazon Route 53 Application Recovery Controller -
-
Uses of UpdateControlPanelResponse in software.amazon.awssdk.services.route53recoverycontrolconfig
Methods in software.amazon.awssdk.services.route53recoverycontrolconfig that return UpdateControlPanelResponse Modifier and Type Method Description default UpdateControlPanelResponseRoute53RecoveryControlConfigClient. updateControlPanel(Consumer<UpdateControlPanelRequest.Builder> updateControlPanelRequest)Updates a control panel.default UpdateControlPanelResponseRoute53RecoveryControlConfigClient. updateControlPanel(UpdateControlPanelRequest updateControlPanelRequest)Updates a control panel.Methods in software.amazon.awssdk.services.route53recoverycontrolconfig that return types with arguments of type UpdateControlPanelResponse Modifier and Type Method Description default CompletableFuture<UpdateControlPanelResponse>Route53RecoveryControlConfigAsyncClient. updateControlPanel(Consumer<UpdateControlPanelRequest.Builder> updateControlPanelRequest)Updates a control panel.default CompletableFuture<UpdateControlPanelResponse>Route53RecoveryControlConfigAsyncClient. updateControlPanel(UpdateControlPanelRequest updateControlPanelRequest)Updates a control panel.
-