Uses of Class
software.amazon.awssdk.services.sms.model.StartOnDemandReplicationRunRequest
-
Packages that use StartOnDemandReplicationRunRequest Package Description software.amazon.awssdk.services.sms software.amazon.awssdk.services.sms.transform -
-
Uses of StartOnDemandReplicationRunRequest in software.amazon.awssdk.services.sms
Methods in software.amazon.awssdk.services.sms with parameters of type StartOnDemandReplicationRunRequest Modifier and Type Method Description default CompletableFuture<StartOnDemandReplicationRunResponse>SmsAsyncClient. startOnDemandReplicationRun(StartOnDemandReplicationRunRequest startOnDemandReplicationRunRequest)Starts an on-demand replication run for the specified replication job.default StartOnDemandReplicationRunResponseSmsClient. startOnDemandReplicationRun(StartOnDemandReplicationRunRequest startOnDemandReplicationRunRequest)Starts an on-demand replication run for the specified replication job. -
Uses of StartOnDemandReplicationRunRequest in software.amazon.awssdk.services.sms.transform
Methods in software.amazon.awssdk.services.sms.transform with parameters of type StartOnDemandReplicationRunRequest Modifier and Type Method Description SdkHttpFullRequestStartOnDemandReplicationRunRequestMarshaller. marshall(StartOnDemandReplicationRunRequest startOnDemandReplicationRunRequest)
-