| Package | Description |
|---|---|
| com.amazonaws.services.devicefarm.model |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
List<Sample> |
ListSamplesResult.getSamples()
Information about the samples.
|
| Modifier and Type | Method and Description |
|---|---|
ListSamplesResult |
ListSamplesResult.withSamples(Sample... samples)
Information about the samples.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSamplesResult.setSamples(Collection<Sample> samples)
Information about the samples.
|
ListSamplesResult |
ListSamplesResult.withSamples(Collection<Sample> samples)
Information about the samples.
|
Copyright © 2019. All rights reserved.