Uses of Class
software.amazon.awssdk.services.datazone.model.StartDataSourceRunRequest
-
Packages that use StartDataSourceRunRequest 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.software.amazon.awssdk.services.datazone.transform -
-
Uses of StartDataSourceRunRequest in software.amazon.awssdk.services.datazone
Methods in software.amazon.awssdk.services.datazone with parameters of type StartDataSourceRunRequest Modifier and Type Method Description default CompletableFuture<StartDataSourceRunResponse>DataZoneAsyncClient. startDataSourceRun(StartDataSourceRunRequest 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. -
Uses of StartDataSourceRunRequest in software.amazon.awssdk.services.datazone.transform
Methods in software.amazon.awssdk.services.datazone.transform with parameters of type StartDataSourceRunRequest Modifier and Type Method Description SdkHttpFullRequestStartDataSourceRunRequestMarshaller. marshall(StartDataSourceRunRequest startDataSourceRunRequest)
-