Uses of Class
com.amazonaws.services.devicefarm.model.Artifact
Packages that use Artifact
-
Uses of Artifact in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return ArtifactModifier and TypeMethodDescriptionArtifact.clone()The artifact's ARN.Artifact.withExtension(String extension) The artifact's file extension.The artifact's name.Artifact.withType(ArtifactType type) The artifact's type.The artifact's type.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 ArtifactModifier and TypeMethodDescriptionListArtifactsResult.getArtifacts()Information about the artifacts.Methods in com.amazonaws.services.devicefarm.model with parameters of type ArtifactModifier and TypeMethodDescriptionListArtifactsResult.withArtifacts(Artifact... artifacts) Information about the artifacts.Method parameters in com.amazonaws.services.devicefarm.model with type arguments of type ArtifactModifier and TypeMethodDescriptionvoidListArtifactsResult.setArtifacts(Collection<Artifact> artifacts) Information about the artifacts.ListArtifactsResult.withArtifacts(Collection<Artifact> artifacts) Information about the artifacts.