Uses of Class
com.oracle.bmc.datalabelingservicedataplane.requests.GetRecordContentRequest
-
Packages that use GetRecordContentRequest Package Description com.oracle.bmc.datalabelingservicedataplane com.oracle.bmc.datalabelingservicedataplane.requests -
-
Uses of GetRecordContentRequest in com.oracle.bmc.datalabelingservicedataplane
Methods in com.oracle.bmc.datalabelingservicedataplane with parameters of type GetRecordContentRequest Modifier and Type Method Description GetRecordContentResponse
DataLabeling. getRecordContent(GetRecordContentRequest request)
Retrieves the content of the record from the dataset source.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)
GetRecordContentResponse
DataLabelingClient. getRecordContent(GetRecordContentRequest request)
Method parameters in com.oracle.bmc.datalabelingservicedataplane with type arguments of type GetRecordContentRequest 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 GetRecordContentRequest in com.oracle.bmc.datalabelingservicedataplane.requests
Methods in com.oracle.bmc.datalabelingservicedataplane.requests that return GetRecordContentRequest Modifier and Type Method Description GetRecordContentRequest
GetRecordContentRequest.Builder. build()
Build the instance of GetRecordContentRequest as configured by this builderGetRecordContentRequest
GetRecordContentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetRecordContentRequest as configured by this builderMethods in com.oracle.bmc.datalabelingservicedataplane.requests with parameters of type GetRecordContentRequest Modifier and Type Method Description GetRecordContentRequest.Builder
GetRecordContentRequest.Builder. copy(GetRecordContentRequest o)
Copy method to populate the builder with values from the given instance.
-