Uses of Class
software.amazon.awssdk.services.sms.model.StopAppReplicationRequest
-
Packages that use StopAppReplicationRequest Package Description software.amazon.awssdk.services.sms software.amazon.awssdk.services.sms.transform -
-
Uses of StopAppReplicationRequest in software.amazon.awssdk.services.sms
Methods in software.amazon.awssdk.services.sms with parameters of type StopAppReplicationRequest Modifier and Type Method Description default CompletableFuture<StopAppReplicationResponse>SmsAsyncClient. stopAppReplication(StopAppReplicationRequest 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. -
Uses of StopAppReplicationRequest in software.amazon.awssdk.services.sms.transform
Methods in software.amazon.awssdk.services.sms.transform with parameters of type StopAppReplicationRequest Modifier and Type Method Description SdkHttpFullRequestStopAppReplicationRequestMarshaller. marshall(StopAppReplicationRequest stopAppReplicationRequest)
-