Uses of Class
software.amazon.awssdk.services.arczonalshift.model.UpdatePracticeRunConfigurationResponse
-
Packages that use UpdatePracticeRunConfigurationResponse Package Description software.amazon.awssdk.services.arczonalshift Welcome to the API Reference Guide for zonal shift and zonal autoshift in Amazon Route 53 Application Recovery Controller (Route 53 ARC). -
-
Uses of UpdatePracticeRunConfigurationResponse in software.amazon.awssdk.services.arczonalshift
Methods in software.amazon.awssdk.services.arczonalshift that return UpdatePracticeRunConfigurationResponse Modifier and Type Method Description default UpdatePracticeRunConfigurationResponseArcZonalShiftClient. updatePracticeRunConfiguration(Consumer<UpdatePracticeRunConfigurationRequest.Builder> updatePracticeRunConfigurationRequest)Update a practice run configuration to change one or more of the following: add, change, or remove the blocking alarm; change the outcome alarm; or add, change, or remove blocking dates or time windows.default UpdatePracticeRunConfigurationResponseArcZonalShiftClient. updatePracticeRunConfiguration(UpdatePracticeRunConfigurationRequest updatePracticeRunConfigurationRequest)Update a practice run configuration to change one or more of the following: add, change, or remove the blocking alarm; change the outcome alarm; or add, change, or remove blocking dates or time windows.Methods in software.amazon.awssdk.services.arczonalshift that return types with arguments of type UpdatePracticeRunConfigurationResponse Modifier and Type Method Description default CompletableFuture<UpdatePracticeRunConfigurationResponse>ArcZonalShiftAsyncClient. updatePracticeRunConfiguration(Consumer<UpdatePracticeRunConfigurationRequest.Builder> updatePracticeRunConfigurationRequest)Update a practice run configuration to change one or more of the following: add, change, or remove the blocking alarm; change the outcome alarm; or add, change, or remove blocking dates or time windows.default CompletableFuture<UpdatePracticeRunConfigurationResponse>ArcZonalShiftAsyncClient. updatePracticeRunConfiguration(UpdatePracticeRunConfigurationRequest updatePracticeRunConfigurationRequest)Update a practice run configuration to change one or more of the following: add, change, or remove the blocking alarm; change the outcome alarm; or add, change, or remove blocking dates or time windows.
-