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