Uses of Class
software.amazon.awssdk.services.sms.model.StartOnDemandAppReplicationResponse
-
Packages that use StartOnDemandAppReplicationResponse Package Description software.amazon.awssdk.services.sms -
-
Uses of StartOnDemandAppReplicationResponse in software.amazon.awssdk.services.sms
Methods in software.amazon.awssdk.services.sms that return StartOnDemandAppReplicationResponse Modifier and Type Method Description default StartOnDemandAppReplicationResponseSmsClient. startOnDemandAppReplication(Consumer<StartOnDemandAppReplicationRequest.Builder> startOnDemandAppReplicationRequest)Starts an on-demand replication run for the specified application.default StartOnDemandAppReplicationResponseSmsClient. startOnDemandAppReplication(StartOnDemandAppReplicationRequest startOnDemandAppReplicationRequest)Starts an on-demand replication run for the specified application.Methods in software.amazon.awssdk.services.sms that return types with arguments of type StartOnDemandAppReplicationResponse Modifier and Type Method Description default CompletableFuture<StartOnDemandAppReplicationResponse>SmsAsyncClient. startOnDemandAppReplication(Consumer<StartOnDemandAppReplicationRequest.Builder> startOnDemandAppReplicationRequest)Starts an on-demand replication run for the specified application.default CompletableFuture<StartOnDemandAppReplicationResponse>SmsAsyncClient. startOnDemandAppReplication(StartOnDemandAppReplicationRequest startOnDemandAppReplicationRequest)Starts an on-demand replication run for the specified application.
-