Uses of Class
software.amazon.awssdk.services.sms.model.StartAppReplicationRequest
-
Packages that use StartAppReplicationRequest Package Description software.amazon.awssdk.services.sms software.amazon.awssdk.services.sms.transform -
-
Uses of StartAppReplicationRequest in software.amazon.awssdk.services.sms
Methods in software.amazon.awssdk.services.sms with parameters of type StartAppReplicationRequest Modifier and Type Method Description default CompletableFuture<StartAppReplicationResponse>SmsAsyncClient. startAppReplication(StartAppReplicationRequest startAppReplicationRequest)Starts replicating the specified application by creating replication jobs for each server in the application.default StartAppReplicationResponseSmsClient. startAppReplication(StartAppReplicationRequest startAppReplicationRequest)Starts replicating the specified application by creating replication jobs for each server in the application. -
Uses of StartAppReplicationRequest in software.amazon.awssdk.services.sms.transform
Methods in software.amazon.awssdk.services.sms.transform with parameters of type StartAppReplicationRequest Modifier and Type Method Description SdkHttpFullRequestStartAppReplicationRequestMarshaller. marshall(StartAppReplicationRequest startAppReplicationRequest)
-