Package | Description |
---|---|
com.amazonaws.services.devicefarm.model | |
com.amazonaws.services.devicefarm.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Artifact> |
ListArtifactsResult.artifacts
Information about the artifacts.
|
Modifier and Type | Method and Description |
---|---|
Artifact |
Artifact.clone() |
Artifact |
Artifact.withArn(java.lang.String arn)
The artifact's ARN.
|
Artifact |
Artifact.withExtension(java.lang.String extension)
The artifact's file extension.
|
Artifact |
Artifact.withName(java.lang.String name)
The artifact's name.
|
Artifact |
Artifact.withType(ArtifactType type)
The artifact's type.
|
Artifact |
Artifact.withType(java.lang.String type)
The artifact's type.
|
Artifact |
Artifact.withUrl(java.lang.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 |
---|---|
java.util.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(java.util.Collection<Artifact> artifacts)
Information about the artifacts.
|
ListArtifactsResult |
ListArtifactsResult.withArtifacts(java.util.Collection<Artifact> artifacts)
Information about the artifacts.
|
Modifier and Type | Method and Description |
---|---|
Artifact |
ArtifactJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ArtifactJsonMarshaller.marshall(Artifact artifact,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|