Uses of Class
software.amazon.awssdk.services.mgn.model.UpdateSourceServerReplicationTypeResponse
-
Packages that use UpdateSourceServerReplicationTypeResponse Package Description software.amazon.awssdk.services.mgn The Application Migration Service service. -
-
Uses of UpdateSourceServerReplicationTypeResponse in software.amazon.awssdk.services.mgn
Methods in software.amazon.awssdk.services.mgn that return UpdateSourceServerReplicationTypeResponse Modifier and Type Method Description default UpdateSourceServerReplicationTypeResponseMgnClient. updateSourceServerReplicationType(Consumer<UpdateSourceServerReplicationTypeRequest.Builder> updateSourceServerReplicationTypeRequest)Allows you to change between the AGENT_BASED replication type and the SNAPSHOT_SHIPPING replication type.default UpdateSourceServerReplicationTypeResponseMgnClient. updateSourceServerReplicationType(UpdateSourceServerReplicationTypeRequest updateSourceServerReplicationTypeRequest)Allows you to change between the AGENT_BASED replication type and the SNAPSHOT_SHIPPING replication type.Methods in software.amazon.awssdk.services.mgn that return types with arguments of type UpdateSourceServerReplicationTypeResponse Modifier and Type Method Description default CompletableFuture<UpdateSourceServerReplicationTypeResponse>MgnAsyncClient. updateSourceServerReplicationType(Consumer<UpdateSourceServerReplicationTypeRequest.Builder> updateSourceServerReplicationTypeRequest)Allows you to change between the AGENT_BASED replication type and the SNAPSHOT_SHIPPING replication type.default CompletableFuture<UpdateSourceServerReplicationTypeResponse>MgnAsyncClient. updateSourceServerReplicationType(UpdateSourceServerReplicationTypeRequest updateSourceServerReplicationTypeRequest)Allows you to change between the AGENT_BASED replication type and the SNAPSHOT_SHIPPING replication type.
-