Uses of Class
software.amazon.awssdk.services.mgn.model.UpdateSourceServerReplicationTypeRequest
-
Packages that use UpdateSourceServerReplicationTypeRequest Package Description software.amazon.awssdk.services.mgn The Application Migration Service service.software.amazon.awssdk.services.mgn.transform -
-
Uses of UpdateSourceServerReplicationTypeRequest in software.amazon.awssdk.services.mgn
Methods in software.amazon.awssdk.services.mgn with parameters of type UpdateSourceServerReplicationTypeRequest Modifier and Type Method Description default CompletableFuture<UpdateSourceServerReplicationTypeResponse>MgnAsyncClient. updateSourceServerReplicationType(UpdateSourceServerReplicationTypeRequest 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. -
Uses of UpdateSourceServerReplicationTypeRequest in software.amazon.awssdk.services.mgn.transform
Methods in software.amazon.awssdk.services.mgn.transform with parameters of type UpdateSourceServerReplicationTypeRequest Modifier and Type Method Description SdkHttpFullRequestUpdateSourceServerReplicationTypeRequestMarshaller. marshall(UpdateSourceServerReplicationTypeRequest updateSourceServerReplicationTypeRequest)
-