| Package | Description |
|---|---|
| com.amazonaws.services.devicefarm.model |
| Modifier and Type | Method and Description |
|---|---|
Artifact |
Artifact.clone() |
Artifact |
Artifact.withArn(String arn)
The artifact's ARN.
|
Artifact |
Artifact.withExtension(String extension)
The artifact's file extension.
|
Artifact |
Artifact.withName(String name)
The artifact's name.
|
Artifact |
Artifact.withType(ArtifactType type)
The artifact's type.
|
Artifact |
Artifact.withType(String type)
The artifact's type.
|
Artifact |
Artifact.withUrl(String url)
The pre-signed Amazon S3 URL that can be used with a corresponding GET request to download the artifact's file.
|
| Modifier and Type | Method and Description |
|---|---|
List<Artifact> |
ListArtifactsResult.getArtifacts()
Information about the artifacts.
|
| Modifier and Type | Method and Description |
|---|---|
ListArtifactsResult |
ListArtifactsResult.withArtifacts(Artifact... artifacts)
Information about the artifacts.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListArtifactsResult.setArtifacts(Collection<Artifact> artifacts)
Information about the artifacts.
|
ListArtifactsResult |
ListArtifactsResult.withArtifacts(Collection<Artifact> artifacts)
Information about the artifacts.
|
Copyright © 2016. All rights reserved.