Uses of Class
software.amazon.awssdk.services.datazone.model.StartDataSourceRunResponse
-
Packages that use StartDataSourceRunResponse Package Description software.amazon.awssdk.services.datazone Amazon DataZone is a data management service that enables you to catalog, discover, govern, share, and analyze your data. -
-
Uses of StartDataSourceRunResponse in software.amazon.awssdk.services.datazone
Methods in software.amazon.awssdk.services.datazone that return StartDataSourceRunResponse Modifier and Type Method Description default StartDataSourceRunResponseDataZoneClient. startDataSourceRun(Consumer<StartDataSourceRunRequest.Builder> startDataSourceRunRequest)Start the run of the specified data source in Amazon DataZone.default StartDataSourceRunResponseDataZoneClient. startDataSourceRun(StartDataSourceRunRequest startDataSourceRunRequest)Start the run of the specified data source in Amazon DataZone.Methods in software.amazon.awssdk.services.datazone that return types with arguments of type StartDataSourceRunResponse Modifier and Type Method Description default CompletableFuture<StartDataSourceRunResponse>DataZoneAsyncClient. startDataSourceRun(Consumer<StartDataSourceRunRequest.Builder> startDataSourceRunRequest)Start the run of the specified data source in Amazon DataZone.default CompletableFuture<StartDataSourceRunResponse>DataZoneAsyncClient. startDataSourceRun(StartDataSourceRunRequest startDataSourceRunRequest)Start the run of the specified data source in Amazon DataZone.
-