Uses of Enum
com.amazonaws.services.devicefarm.model.UploadType
Packages that use UploadType
-
Uses of UploadType in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return UploadTypeModifier and TypeMethodDescriptionstatic UploadType
Use this in place of valueOf.static UploadType
Returns the enum constant of this type with the specified name.static UploadType[]
UploadType.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 UploadTypeModifier and TypeMethodDescriptionvoid
CreateUploadRequest.setType
(UploadType type) The upload's upload type.void
Upload.setType
(UploadType type) The upload's type.CreateUploadRequest.withType
(UploadType type) The upload's upload type.Upload.withType
(UploadType type) The upload's type.