Uses of Class
software.amazon.awssdk.services.sms.model.StartOnDemandAppReplicationRequest
-
Packages that use StartOnDemandAppReplicationRequest Package Description software.amazon.awssdk.services.sms software.amazon.awssdk.services.sms.transform -
-
Uses of StartOnDemandAppReplicationRequest in software.amazon.awssdk.services.sms
Methods in software.amazon.awssdk.services.sms with parameters of type StartOnDemandAppReplicationRequest Modifier and Type Method Description default CompletableFuture<StartOnDemandAppReplicationResponse>SmsAsyncClient. startOnDemandAppReplication(StartOnDemandAppReplicationRequest 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. -
Uses of StartOnDemandAppReplicationRequest in software.amazon.awssdk.services.sms.transform
Methods in software.amazon.awssdk.services.sms.transform with parameters of type StartOnDemandAppReplicationRequest Modifier and Type Method Description SdkHttpFullRequestStartOnDemandAppReplicationRequestMarshaller. marshall(StartOnDemandAppReplicationRequest startOnDemandAppReplicationRequest)
-