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 Sample
Sample. clone()
Sample
Sample. withArn(String arn)
The sample's ARN.Sample
Sample. withType(SampleType type)
The sample's type.Sample
Sample. withType(String type)
The sample's type.Sample
Sample. 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 ListSamplesResult
ListSamplesResult. 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 void
ListSamplesResult. setSamples(Collection<Sample> samples)
Information about the samples.ListSamplesResult
ListSamplesResult. withSamples(Collection<Sample> samples)
Information about the samples.
-