Uses of Class
software.amazon.awssdk.services.devicefarm.model.UploadType
-
Packages that use UploadType Package Description software.amazon.awssdk.services.devicefarm.model -
-
Uses of UploadType in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return UploadType Modifier and Type Method Description static UploadTypeUploadType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.UploadTypeCreateUploadRequest. type()The upload's upload type.UploadTypeListUploadsRequest. type()The type of upload.UploadTypeUpload. type()The upload's type.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 software.amazon.awssdk.services.devicefarm.model that return types with arguments of type UploadType Modifier and Type Method Description static Set<UploadType>UploadType. knownValues()Methods in software.amazon.awssdk.services.devicefarm.model with parameters of type UploadType Modifier and Type Method Description CreateUploadRequest.BuilderCreateUploadRequest.Builder. type(UploadType type)The upload's upload type.ListUploadsRequest.BuilderListUploadsRequest.Builder. type(UploadType type)The type of upload.Upload.BuilderUpload.Builder. type(UploadType type)The upload's type.
-