Uses of Class
software.amazon.awssdk.services.sms.model.StartAppReplicationResponse
-
Packages that use StartAppReplicationResponse Package Description software.amazon.awssdk.services.sms -
-
Uses of StartAppReplicationResponse in software.amazon.awssdk.services.sms
Methods in software.amazon.awssdk.services.sms that return StartAppReplicationResponse Modifier and Type Method Description default StartAppReplicationResponseSmsClient. startAppReplication(Consumer<StartAppReplicationRequest.Builder> 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.Methods in software.amazon.awssdk.services.sms that return types with arguments of type StartAppReplicationResponse Modifier and Type Method Description default CompletableFuture<StartAppReplicationResponse>SmsAsyncClient. startAppReplication(Consumer<StartAppReplicationRequest.Builder> startAppReplicationRequest)Starts replicating the specified application by creating replication jobs for each server in the application.default CompletableFuture<StartAppReplicationResponse>SmsAsyncClient. startAppReplication(StartAppReplicationRequest startAppReplicationRequest)Starts replicating the specified application by creating replication jobs for each server in the application.
-