Uses of Class
software.amazon.awssdk.services.devicefarm.model.TestGridSessionArtifact
-
Packages that use TestGridSessionArtifact Package Description software.amazon.awssdk.services.devicefarm.model -
-
Uses of TestGridSessionArtifact in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return types with arguments of type TestGridSessionArtifact Modifier and Type Method Description List<TestGridSessionArtifact>ListTestGridSessionArtifactsResponse. artifacts()A list of test grid session artifacts for a TestGridSession.Methods in software.amazon.awssdk.services.devicefarm.model with parameters of type TestGridSessionArtifact Modifier and Type Method Description ListTestGridSessionArtifactsResponse.BuilderListTestGridSessionArtifactsResponse.Builder. artifacts(TestGridSessionArtifact... artifacts)A list of test grid session artifacts for a TestGridSession.Method parameters in software.amazon.awssdk.services.devicefarm.model with type arguments of type TestGridSessionArtifact Modifier and Type Method Description ListTestGridSessionArtifactsResponse.BuilderListTestGridSessionArtifactsResponse.Builder. artifacts(Collection<TestGridSessionArtifact> artifacts)A list of test grid session artifacts for a TestGridSession.
-