Uses of Class
software.amazon.awssdk.services.devicefarm.model.CustomerArtifactPaths
-
Packages that use CustomerArtifactPaths Package Description software.amazon.awssdk.services.devicefarm.model -
-
Uses of CustomerArtifactPaths in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return CustomerArtifactPaths Modifier and Type Method Description CustomerArtifactPathsRun. customerArtifactPaths()OutputCustomerArtifactPathsobject for the test run.CustomerArtifactPathsScheduleRunConfiguration. customerArtifactPaths()InputCustomerArtifactPathsobject for the scheduled run configuration.Methods in software.amazon.awssdk.services.devicefarm.model with parameters of type CustomerArtifactPaths Modifier and Type Method Description Run.BuilderRun.Builder. customerArtifactPaths(CustomerArtifactPaths customerArtifactPaths)OutputCustomerArtifactPathsobject for the test run.ScheduleRunConfiguration.BuilderScheduleRunConfiguration.Builder. customerArtifactPaths(CustomerArtifactPaths customerArtifactPaths)InputCustomerArtifactPathsobject for the scheduled run configuration.
-