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 GetRecordContentResponseDataLabeling. 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)GetRecordContentResponseDataLabelingClient. 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 GetRecordContentRequestGetRecordContentRequest.Builder. build()Build the instance of GetRecordContentRequest as configured by this builderGetRecordContentRequestGetRecordContentRequest.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.BuilderGetRecordContentRequest.Builder. copy(GetRecordContentRequest o)Copy method to populate the builder with values from the given instance.
-