Package | Description |
---|---|
com.amazonaws.services.devicefarm.model | |
com.amazonaws.services.devicefarm.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Sample> |
ListSamplesResult.samples
Information about the samples.
|
Modifier and Type | Method and Description |
---|---|
Sample |
Sample.clone() |
Sample |
Sample.withArn(java.lang.String arn)
The sample's ARN.
|
Sample |
Sample.withType(SampleType type)
The sample's type.
|
Sample |
Sample.withType(java.lang.String type)
The sample's type.
|
Sample |
Sample.withUrl(java.lang.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 |
---|---|
java.util.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(java.util.Collection<Sample> samples)
Information about the samples.
|
ListSamplesResult |
ListSamplesResult.withSamples(java.util.Collection<Sample> samples)
Information about the samples.
|
Modifier and Type | Method and Description |
---|---|
Sample |
SampleJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
SampleJsonMarshaller.marshall(Sample sample,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|