Uses of Class
software.amazon.awssdk.services.drs.model.ParticipatingServer
-
Packages that use ParticipatingServer Package Description software.amazon.awssdk.services.drs.model -
-
Uses of ParticipatingServer in software.amazon.awssdk.services.drs.model
Methods in software.amazon.awssdk.services.drs.model that return types with arguments of type ParticipatingServer Modifier and Type Method Description List<ParticipatingServer>Job. participatingServers()A list of servers that the Job is acting upon.Methods in software.amazon.awssdk.services.drs.model with parameters of type ParticipatingServer Modifier and Type Method Description Job.BuilderJob.Builder. participatingServers(ParticipatingServer... participatingServers)A list of servers that the Job is acting upon.Method parameters in software.amazon.awssdk.services.drs.model with type arguments of type ParticipatingServer Modifier and Type Method Description Job.BuilderJob.Builder. participatingServers(Collection<ParticipatingServer> participatingServers)A list of servers that the Job is acting upon.
-