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 ArtifactArtifact. clone()ArtifactArtifact. withArn(String arn)The artifact's ARN.ArtifactArtifact. withExtension(String extension)The artifact's file extension.ArtifactArtifact. withName(String name)The artifact's name.ArtifactArtifact. withType(ArtifactType type)The artifact's type.ArtifactArtifact. withType(String type)The artifact's type.ArtifactArtifact. 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 ListArtifactsResultListArtifactsResult. 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 voidListArtifactsResult. setArtifacts(Collection<Artifact> artifacts)Information about the artifacts.ListArtifactsResultListArtifactsResult. withArtifacts(Collection<Artifact> artifacts)Information about the artifacts.
-