Uses of Class
com.oracle.bmc.dataintegration.responses.ListReferencesResponse
-
Packages that use ListReferencesResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of ListReferencesResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return ListReferencesResponse Modifier and Type Method Description ListReferencesResponse
DataIntegration. listReferences(ListReferencesRequest request)
Retrieves a list of references in an application.ListReferencesResponse
DataIntegrationClient. listReferences(ListReferencesRequest request)
Methods in com.oracle.bmc.dataintegration that return types with arguments of type ListReferencesResponse 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)
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 ListReferencesResponse 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 ListReferencesResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return ListReferencesResponse Modifier and Type Method Description ListReferencesResponse
ListReferencesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type ListReferencesResponse Modifier and Type Method Description ListReferencesResponse.Builder
ListReferencesResponse.Builder. copy(ListReferencesResponse o)
Copy method to populate the builder with values from the given instance.
-