Uses of Class
software.amazon.awssdk.services.sms.model.StartOnDemandReplicationRunResponse
-
Packages that use StartOnDemandReplicationRunResponse Package Description software.amazon.awssdk.services.sms -
-
Uses of StartOnDemandReplicationRunResponse in software.amazon.awssdk.services.sms
Methods in software.amazon.awssdk.services.sms that return StartOnDemandReplicationRunResponse Modifier and Type Method Description default StartOnDemandReplicationRunResponseSmsClient. startOnDemandReplicationRun(Consumer<StartOnDemandReplicationRunRequest.Builder> 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.Methods in software.amazon.awssdk.services.sms that return types with arguments of type StartOnDemandReplicationRunResponse Modifier and Type Method Description default CompletableFuture<StartOnDemandReplicationRunResponse>SmsAsyncClient. startOnDemandReplicationRun(Consumer<StartOnDemandReplicationRunRequest.Builder> startOnDemandReplicationRunRequest)Starts an on-demand replication run for the specified replication job.default CompletableFuture<StartOnDemandReplicationRunResponse>SmsAsyncClient. startOnDemandReplicationRun(StartOnDemandReplicationRunRequest startOnDemandReplicationRunRequest)Starts an on-demand replication run for the specified replication job.
-