| Package | Description |
|---|---|
| com.amazonaws.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
TestGridSessionArtifact |
TestGridSessionArtifact.clone() |
TestGridSessionArtifact |
TestGridSessionArtifact.withFilename(String filename)
The file name of the artifact.
|
TestGridSessionArtifact |
TestGridSessionArtifact.withType(String type)
The kind of artifact.
|
TestGridSessionArtifact |
TestGridSessionArtifact.withType(TestGridSessionArtifactType type)
The kind of artifact.
|
TestGridSessionArtifact |
TestGridSessionArtifact.withUrl(String url)
A semi-stable URL to the content of the object.
|
| Modifier and Type | Method and Description |
|---|---|
List<TestGridSessionArtifact> |
ListTestGridSessionArtifactsResult.getArtifacts()
A list of test grid session artifacts for a TestGridSession.
|
| Modifier and Type | Method and Description |
|---|---|
ListTestGridSessionArtifactsResult |
ListTestGridSessionArtifactsResult.withArtifacts(TestGridSessionArtifact... artifacts)
A list of test grid session artifacts for a TestGridSession.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTestGridSessionArtifactsResult.setArtifacts(Collection<TestGridSessionArtifact> artifacts)
A list of test grid session artifacts for a TestGridSession.
|
ListTestGridSessionArtifactsResult |
ListTestGridSessionArtifactsResult.withArtifacts(Collection<TestGridSessionArtifact> artifacts)
A list of test grid session artifacts for a TestGridSession.
|
Copyright © 2021. All rights reserved.