Uses of Class
com.oracle.bmc.datalabelingservicedataplane.responses.GetRecordContentResponse
-
Packages that use GetRecordContentResponse Package Description com.oracle.bmc.datalabelingservicedataplane com.oracle.bmc.datalabelingservicedataplane.responses -
-
Uses of GetRecordContentResponse in com.oracle.bmc.datalabelingservicedataplane
Methods in com.oracle.bmc.datalabelingservicedataplane that return GetRecordContentResponse Modifier and Type Method Description GetRecordContentResponse
DataLabeling. getRecordContent(GetRecordContentRequest request)
Retrieves the content of the record from the dataset source.GetRecordContentResponse
DataLabelingClient. getRecordContent(GetRecordContentRequest request)
Methods in com.oracle.bmc.datalabelingservicedataplane that return types with arguments of type GetRecordContentResponse Modifier and Type Method Description Future<GetRecordContentResponse>
DataLabelingAsync. getRecordContent(GetRecordContentRequest request, AsyncHandler<GetRecordContentRequest,GetRecordContentResponse> handler)
Retrieves the content of the record from the dataset source.Future<GetRecordContentResponse>
DataLabelingAsyncClient. getRecordContent(GetRecordContentRequest request, AsyncHandler<GetRecordContentRequest,GetRecordContentResponse> handler)
Method parameters in com.oracle.bmc.datalabelingservicedataplane with type arguments of type GetRecordContentResponse Modifier and Type Method Description Future<GetRecordContentResponse>
DataLabelingAsync. getRecordContent(GetRecordContentRequest request, AsyncHandler<GetRecordContentRequest,GetRecordContentResponse> handler)
Retrieves the content of the record from the dataset source.Future<GetRecordContentResponse>
DataLabelingAsyncClient. getRecordContent(GetRecordContentRequest request, AsyncHandler<GetRecordContentRequest,GetRecordContentResponse> handler)
-
Uses of GetRecordContentResponse in com.oracle.bmc.datalabelingservicedataplane.responses
Methods in com.oracle.bmc.datalabelingservicedataplane.responses that return GetRecordContentResponse Modifier and Type Method Description GetRecordContentResponse
GetRecordContentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datalabelingservicedataplane.responses with parameters of type GetRecordContentResponse Modifier and Type Method Description GetRecordContentResponse.Builder
GetRecordContentResponse.Builder. copy(GetRecordContentResponse o)
Copy method to populate the builder with values from the given instance.
-