Package | Description |
---|---|
com.oracle.bmc.datalabelingservicedataplane | |
com.oracle.bmc.datalabelingservicedataplane.requests |
Modifier and Type | Method and Description |
---|---|
ListRecordsResponse |
DataLabelingClient.listRecords(ListRecordsRequest request) |
ListRecordsResponse |
DataLabeling.listRecords(ListRecordsRequest request)
The list of records in the specified compartment.
|
Future<ListRecordsResponse> |
DataLabelingAsyncClient.listRecords(ListRecordsRequest request,
AsyncHandler<ListRecordsRequest,ListRecordsResponse> handler) |
Future<ListRecordsResponse> |
DataLabelingAsync.listRecords(ListRecordsRequest request,
AsyncHandler<ListRecordsRequest,ListRecordsResponse> handler)
The list of records in the specified compartment.
|
Iterable<RecordSummary> |
DataLabelingPaginators.listRecordsRecordIterator(ListRecordsRequest request)
Creates a new iterable which will iterate over the
RecordSummary objects contained in
responses from the listRecords operation. |
Iterable<ListRecordsResponse> |
DataLabelingPaginators.listRecordsResponseIterator(ListRecordsRequest request)
Creates a new iterable which will iterate over the responses received from the listRecords
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListRecordsResponse> |
DataLabelingAsyncClient.listRecords(ListRecordsRequest request,
AsyncHandler<ListRecordsRequest,ListRecordsResponse> handler) |
Future<ListRecordsResponse> |
DataLabelingAsync.listRecords(ListRecordsRequest request,
AsyncHandler<ListRecordsRequest,ListRecordsResponse> handler)
The list of records in the specified compartment.
|
Modifier and Type | Method and Description |
---|---|
ListRecordsRequest |
ListRecordsRequest.Builder.build()
Build the instance of ListRecordsRequest as configured by this builder
|
ListRecordsRequest |
ListRecordsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListRecordsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListRecordsRequest.Builder |
ListRecordsRequest.Builder.copy(ListRecordsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.