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 ArtifactTypeArtifactType. fromValue(String value)Use this in place of valueOf.static ArtifactTypeArtifactType. 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 voidArtifact. setType(ArtifactType type)The artifact's type.ArtifactArtifact. withType(ArtifactType type)The artifact's type.
-