Uses of Class
com.amazonaws.services.devicefarm.model.Sample
Packages that use Sample
-
Uses of Sample in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return SampleModifier and TypeMethodDescriptionSample.clone()
The sample's ARN.Sample.withType
(SampleType type) The sample's type.The sample's type.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 SampleMethods in com.amazonaws.services.devicefarm.model with parameters of type SampleModifier and TypeMethodDescriptionListSamplesResult.withSamples
(Sample... samples) Information about the samples.Method parameters in com.amazonaws.services.devicefarm.model with type arguments of type SampleModifier and TypeMethodDescriptionvoid
ListSamplesResult.setSamples
(Collection<Sample> samples) Information about the samples.ListSamplesResult.withSamples
(Collection<Sample> samples) Information about the samples.