Uses of Class
com.amazonaws.services.devicefarm.model.Sample
-
Packages that use Sample Package Description com.amazonaws.services.devicefarm.model -
-
Uses of Sample in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return Sample Modifier and Type Method Description SampleSample. clone()SampleSample. withArn(String arn)The sample's ARN.SampleSample. withType(SampleType type)The sample's type.SampleSample. withType(String type)The sample's type.SampleSample. withUrl(String url)The pre-signed Amazon S3 URL that can be used with a corresponding GET request to download the sample's file.Methods in com.amazonaws.services.devicefarm.model that return types with arguments of type Sample Modifier and Type Method Description List<Sample>ListSamplesResult. getSamples()Information about the samples.Methods in com.amazonaws.services.devicefarm.model with parameters of type Sample Modifier and Type Method Description ListSamplesResultListSamplesResult. withSamples(Sample... samples)Information about the samples.Method parameters in com.amazonaws.services.devicefarm.model with type arguments of type Sample Modifier and Type Method Description voidListSamplesResult. setSamples(Collection<Sample> samples)Information about the samples.ListSamplesResultListSamplesResult. withSamples(Collection<Sample> samples)Information about the samples.
-