Uses of Class
com.amazonaws.services.devicefarm.model.UploadType
-
Packages that use UploadType Package Description com.amazonaws.services.devicefarm.model -
-
Uses of UploadType in com.amazonaws.services.devicefarm.model
Methods in com.amazonaws.services.devicefarm.model that return UploadType Modifier and Type Method Description static UploadTypeUploadType. fromValue(String value)Use this in place of valueOf.static UploadTypeUploadType. valueOf(String name)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 UploadType Modifier and Type Method Description voidCreateUploadRequest. setType(UploadType type)The upload's upload type.voidUpload. setType(UploadType type)The upload's type.CreateUploadRequestCreateUploadRequest. withType(UploadType type)The upload's upload type.UploadUpload. withType(UploadType type)The upload's type.
-