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