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