Uses of Enum
com.amazonaws.services.devicefarm.model.ArtifactType
Packages that use ArtifactType
-
Uses of ArtifactType in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return ArtifactTypeModifier and TypeMethodDescriptionstatic ArtifactType
Use this in place of valueOf.static ArtifactType
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 ArtifactTypeModifier and TypeMethodDescriptionvoid
Artifact.setType
(ArtifactType type) The artifact's type.Artifact.withType
(ArtifactType type) The artifact's type.