Uses of Class
com.amazonaws.services.devicefarm.model.Artifact
-
Packages that use Artifact Package Description com.amazonaws.services.devicefarm.model -
-
Uses of Artifact in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return Artifact Modifier and Type Method 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.Methods in com.amazonaws.services.devicefarm.model that return types with arguments of type Artifact Modifier and Type Method Description List<Artifact>
ListArtifactsResult. getArtifacts()
Information about the artifacts.Methods in com.amazonaws.services.devicefarm.model with parameters of type Artifact Modifier and Type Method Description ListArtifactsResult
ListArtifactsResult. withArtifacts(Artifact... artifacts)
Information about the artifacts.Method parameters in com.amazonaws.services.devicefarm.model with type arguments of type Artifact Modifier and Type Method Description void
ListArtifactsResult. setArtifacts(Collection<Artifact> artifacts)
Information about the artifacts.ListArtifactsResult
ListArtifactsResult. withArtifacts(Collection<Artifact> artifacts)
Information about the artifacts.
-