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