Uses of Class
com.oracle.bmc.datalabelingservicedataplane.responses.GetDatasetResponse
- 
Packages that use GetDatasetResponse Package Description com.oracle.bmc.datalabelingservicedataplane com.oracle.bmc.datalabelingservicedataplane.responses 
- 
- 
Uses of GetDatasetResponse in com.oracle.bmc.datalabelingservicedataplaneMethods in com.oracle.bmc.datalabelingservicedataplane that return GetDatasetResponse Modifier and Type Method Description GetDatasetResponseDataLabeling. getDataset(GetDatasetRequest request)Gets a dataset by identifier.GetDatasetResponseDataLabelingClient. getDataset(GetDatasetRequest request)Method parameters in com.oracle.bmc.datalabelingservicedataplane with type arguments of type GetDatasetResponse Modifier and Type Method Description Future<GetDatasetResponse>DataLabelingAsync. getDataset(GetDatasetRequest request, AsyncHandler<GetDatasetRequest,GetDatasetResponse> handler)Gets a dataset by identifier.Future<GetDatasetResponse>DataLabelingAsyncClient. getDataset(GetDatasetRequest request, AsyncHandler<GetDatasetRequest,GetDatasetResponse> handler)
- 
Uses of GetDatasetResponse in com.oracle.bmc.datalabelingservicedataplane.responsesMethods in com.oracle.bmc.datalabelingservicedataplane.responses that return GetDatasetResponse Modifier and Type Method Description GetDatasetResponseGetDatasetResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datalabelingservicedataplane.responses with parameters of type GetDatasetResponse Modifier and Type Method Description GetDatasetResponse.BuilderGetDatasetResponse.Builder. copy(GetDatasetResponse o)Copy method to populate the builder with values from the given instance.
 
-