Uses of Class
software.amazon.awssdk.services.sms.model.StopAppReplicationResponse
-
Packages that use StopAppReplicationResponse Package Description software.amazon.awssdk.services.sms -
-
Uses of StopAppReplicationResponse in software.amazon.awssdk.services.sms
Methods in software.amazon.awssdk.services.sms that return StopAppReplicationResponse Modifier and Type Method Description default StopAppReplicationResponseSmsClient. stopAppReplication(Consumer<StopAppReplicationRequest.Builder> stopAppReplicationRequest)Stops replicating the specified application by deleting the replication job for each server in the application.default StopAppReplicationResponseSmsClient. stopAppReplication(StopAppReplicationRequest stopAppReplicationRequest)Stops replicating the specified application by deleting the replication job for each server in the application.Methods in software.amazon.awssdk.services.sms that return types with arguments of type StopAppReplicationResponse Modifier and Type Method Description default CompletableFuture<StopAppReplicationResponse>SmsAsyncClient. stopAppReplication(Consumer<StopAppReplicationRequest.Builder> stopAppReplicationRequest)Stops replicating the specified application by deleting the replication job for each server in the application.default CompletableFuture<StopAppReplicationResponse>SmsAsyncClient. stopAppReplication(StopAppReplicationRequest stopAppReplicationRequest)Stops replicating the specified application by deleting the replication job for each server in the application.
-