Uses of Class
com.oracle.bmc.dataintegration.requests.ListReferencesRequest
-
Packages that use ListReferencesRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests -
-
Uses of ListReferencesRequest in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration with parameters of type ListReferencesRequest Modifier and Type Method Description ListReferencesResponseDataIntegration. listReferences(ListReferencesRequest request)Retrieves a list of references in an application.Future<ListReferencesResponse>DataIntegrationAsync. listReferences(ListReferencesRequest request, AsyncHandler<ListReferencesRequest,ListReferencesResponse> handler)Retrieves a list of references in an application.Future<ListReferencesResponse>DataIntegrationAsyncClient. listReferences(ListReferencesRequest request, AsyncHandler<ListReferencesRequest,ListReferencesResponse> handler)ListReferencesResponseDataIntegrationClient. listReferences(ListReferencesRequest request)Iterable<ReferenceSummary>DataIntegrationPaginators. listReferencesRecordIterator(ListReferencesRequest request)Creates a new iterable which will iterate over theReferenceSummaryobjects contained in responses from the listReferences operation.Iterable<ListReferencesResponse>DataIntegrationPaginators. listReferencesResponseIterator(ListReferencesRequest request)Creates a new iterable which will iterate over the responses received from the listReferences operation.Method parameters in com.oracle.bmc.dataintegration with type arguments of type ListReferencesRequest Modifier and Type Method Description Future<ListReferencesResponse>DataIntegrationAsync. listReferences(ListReferencesRequest request, AsyncHandler<ListReferencesRequest,ListReferencesResponse> handler)Retrieves a list of references in an application.Future<ListReferencesResponse>DataIntegrationAsyncClient. listReferences(ListReferencesRequest request, AsyncHandler<ListReferencesRequest,ListReferencesResponse> handler) -
Uses of ListReferencesRequest in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return ListReferencesRequest Modifier and Type Method Description ListReferencesRequestListReferencesRequest.Builder. build()Build the instance of ListReferencesRequest as configured by this builderListReferencesRequestListReferencesRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListReferencesRequest as configured by this builderMethods in com.oracle.bmc.dataintegration.requests with parameters of type ListReferencesRequest Modifier and Type Method Description ListReferencesRequest.BuilderListReferencesRequest.Builder. copy(ListReferencesRequest o)Copy method to populate the builder with values from the given instance.
-