Uses of Class
software.amazon.awssdk.services.mgn.model.ChangeServerLifeCycleStateResponse
-
Packages that use ChangeServerLifeCycleStateResponse Package Description software.amazon.awssdk.services.mgn The Application Migration Service service. -
-
Uses of ChangeServerLifeCycleStateResponse in software.amazon.awssdk.services.mgn
Methods in software.amazon.awssdk.services.mgn that return ChangeServerLifeCycleStateResponse Modifier and Type Method Description default ChangeServerLifeCycleStateResponseMgnClient. changeServerLifeCycleState(Consumer<ChangeServerLifeCycleStateRequest.Builder> changeServerLifeCycleStateRequest)Allows the user to set the SourceServer.LifeCycle.state property for specific Source Server IDs to one of the following: READY_FOR_TEST or READY_FOR_CUTOVER.default ChangeServerLifeCycleStateResponseMgnClient. changeServerLifeCycleState(ChangeServerLifeCycleStateRequest changeServerLifeCycleStateRequest)Allows the user to set the SourceServer.LifeCycle.state property for specific Source Server IDs to one of the following: READY_FOR_TEST or READY_FOR_CUTOVER.Methods in software.amazon.awssdk.services.mgn that return types with arguments of type ChangeServerLifeCycleStateResponse Modifier and Type Method Description default CompletableFuture<ChangeServerLifeCycleStateResponse>MgnAsyncClient. changeServerLifeCycleState(Consumer<ChangeServerLifeCycleStateRequest.Builder> changeServerLifeCycleStateRequest)Allows the user to set the SourceServer.LifeCycle.state property for specific Source Server IDs to one of the following: READY_FOR_TEST or READY_FOR_CUTOVER.default CompletableFuture<ChangeServerLifeCycleStateResponse>MgnAsyncClient. changeServerLifeCycleState(ChangeServerLifeCycleStateRequest changeServerLifeCycleStateRequest)Allows the user to set the SourceServer.LifeCycle.state property for specific Source Server IDs to one of the following: READY_FOR_TEST or READY_FOR_CUTOVER.
-