Uses of Class
software.amazon.awssdk.services.drs.model.StartRecoveryRequestSourceServer
-
Packages that use StartRecoveryRequestSourceServer Package Description software.amazon.awssdk.services.drs.model -
-
Uses of StartRecoveryRequestSourceServer in software.amazon.awssdk.services.drs.model
Methods in software.amazon.awssdk.services.drs.model that return types with arguments of type StartRecoveryRequestSourceServer Modifier and Type Method Description List<StartRecoveryRequestSourceServer>StartRecoveryRequest. sourceServers()The Source Servers that we want to start a Recovery Job for.Methods in software.amazon.awssdk.services.drs.model with parameters of type StartRecoveryRequestSourceServer Modifier and Type Method Description StartRecoveryRequest.BuilderStartRecoveryRequest.Builder. sourceServers(StartRecoveryRequestSourceServer... sourceServers)The Source Servers that we want to start a Recovery Job for.Method parameters in software.amazon.awssdk.services.drs.model with type arguments of type StartRecoveryRequestSourceServer Modifier and Type Method Description StartRecoveryRequest.BuilderStartRecoveryRequest.Builder. sourceServers(Collection<StartRecoveryRequestSourceServer> sourceServers)The Source Servers that we want to start a Recovery Job for.
-