Uses of Class
software.amazon.awssdk.services.mgn.model.StartCutoverResponse
-
Packages that use StartCutoverResponse Package Description software.amazon.awssdk.services.mgn The Application Migration Service service. -
-
Uses of StartCutoverResponse in software.amazon.awssdk.services.mgn
Methods in software.amazon.awssdk.services.mgn that return StartCutoverResponse Modifier and Type Method Description default StartCutoverResponseMgnClient. startCutover(Consumer<StartCutoverRequest.Builder> startCutoverRequest)Launches a Cutover Instance for specific Source Servers.default StartCutoverResponseMgnClient. startCutover(StartCutoverRequest startCutoverRequest)Launches a Cutover Instance for specific Source Servers.Methods in software.amazon.awssdk.services.mgn that return types with arguments of type StartCutoverResponse Modifier and Type Method Description default CompletableFuture<StartCutoverResponse>MgnAsyncClient. startCutover(Consumer<StartCutoverRequest.Builder> startCutoverRequest)Launches a Cutover Instance for specific Source Servers.default CompletableFuture<StartCutoverResponse>MgnAsyncClient. startCutover(StartCutoverRequest startCutoverRequest)Launches a Cutover Instance for specific Source Servers.
-