Uses of Class
software.amazon.awssdk.services.devicefarm.model.UploadCategory
-
Packages that use UploadCategory Package Description software.amazon.awssdk.services.devicefarm.model -
-
Uses of UploadCategory in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return UploadCategory Modifier and Type Method Description UploadCategoryUpload. category()The upload's category.static UploadCategoryUploadCategory. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static UploadCategoryUploadCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static UploadCategory[]UploadCategory. 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 UploadCategory Modifier and Type Method Description static Set<UploadCategory>UploadCategory. knownValues()Methods in software.amazon.awssdk.services.devicefarm.model with parameters of type UploadCategory Modifier and Type Method Description Upload.BuilderUpload.Builder. category(UploadCategory category)The upload's category.
-