Uses of Class
software.amazon.awssdk.services.arczonalshift.model.DeletePracticeRunConfigurationResponse
-
Packages that use DeletePracticeRunConfigurationResponse 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 DeletePracticeRunConfigurationResponse in software.amazon.awssdk.services.arczonalshift
Methods in software.amazon.awssdk.services.arczonalshift that return DeletePracticeRunConfigurationResponse Modifier and Type Method Description default DeletePracticeRunConfigurationResponseArcZonalShiftClient. deletePracticeRunConfiguration(Consumer<DeletePracticeRunConfigurationRequest.Builder> deletePracticeRunConfigurationRequest)Deletes the practice run configuration for a resource.default DeletePracticeRunConfigurationResponseArcZonalShiftClient. deletePracticeRunConfiguration(DeletePracticeRunConfigurationRequest deletePracticeRunConfigurationRequest)Deletes the practice run configuration for a resource.Methods in software.amazon.awssdk.services.arczonalshift that return types with arguments of type DeletePracticeRunConfigurationResponse Modifier and Type Method Description default CompletableFuture<DeletePracticeRunConfigurationResponse>ArcZonalShiftAsyncClient. deletePracticeRunConfiguration(Consumer<DeletePracticeRunConfigurationRequest.Builder> deletePracticeRunConfigurationRequest)Deletes the practice run configuration for a resource.default CompletableFuture<DeletePracticeRunConfigurationResponse>ArcZonalShiftAsyncClient. deletePracticeRunConfiguration(DeletePracticeRunConfigurationRequest deletePracticeRunConfigurationRequest)Deletes the practice run configuration for a resource.
-