Uses of Class
com.amazonaws.services.devicefarm.model.ArtifactType
-
Packages that use ArtifactType Package Description com.amazonaws.services.devicefarm.model -
-
Uses of ArtifactType in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return ArtifactType Modifier and Type Method Description static ArtifactType
ArtifactType. fromValue(String value)
Use this in place of valueOf.static ArtifactType
ArtifactType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ArtifactType[]
ArtifactType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.devicefarm.model with parameters of type ArtifactType Modifier and Type Method Description void
Artifact. setType(ArtifactType type)
The artifact's type.Artifact
Artifact. withType(ArtifactType type)
The artifact's type.
-