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 UploadTypeUse this in place of valueOf.static UploadTypeReturns 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 TypeMethodDescriptionvoidCreateUploadRequest.setType(UploadType type) The upload's upload type.voidUpload.setType(UploadType type) The upload's type.CreateUploadRequest.withType(UploadType type) The upload's upload type.Upload.withType(UploadType type) The upload's type.