Uses of Class
com.oracle.bmc.dataintegration.responses.ListDataAssetsResponse
-
Packages that use ListDataAssetsResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of ListDataAssetsResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return ListDataAssetsResponse Modifier and Type Method Description ListDataAssetsResponse
DataIntegration. listDataAssets(ListDataAssetsRequest request)
Retrieves a list of all data asset summaries.ListDataAssetsResponse
DataIntegrationClient. listDataAssets(ListDataAssetsRequest request)
Methods in com.oracle.bmc.dataintegration that return types with arguments of type ListDataAssetsResponse Modifier and Type Method Description Future<ListDataAssetsResponse>
DataIntegrationAsync. listDataAssets(ListDataAssetsRequest request, AsyncHandler<ListDataAssetsRequest,ListDataAssetsResponse> handler)
Retrieves a list of all data asset summaries.Future<ListDataAssetsResponse>
DataIntegrationAsyncClient. listDataAssets(ListDataAssetsRequest request, AsyncHandler<ListDataAssetsRequest,ListDataAssetsResponse> handler)
Iterable<ListDataAssetsResponse>
DataIntegrationPaginators. listDataAssetsResponseIterator(ListDataAssetsRequest request)
Creates a new iterable which will iterate over the responses received from the listDataAssets operation.Method parameters in com.oracle.bmc.dataintegration with type arguments of type ListDataAssetsResponse Modifier and Type Method Description Future<ListDataAssetsResponse>
DataIntegrationAsync. listDataAssets(ListDataAssetsRequest request, AsyncHandler<ListDataAssetsRequest,ListDataAssetsResponse> handler)
Retrieves a list of all data asset summaries.Future<ListDataAssetsResponse>
DataIntegrationAsyncClient. listDataAssets(ListDataAssetsRequest request, AsyncHandler<ListDataAssetsRequest,ListDataAssetsResponse> handler)
-
Uses of ListDataAssetsResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return ListDataAssetsResponse Modifier and Type Method Description ListDataAssetsResponse
ListDataAssetsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type ListDataAssetsResponse Modifier and Type Method Description ListDataAssetsResponse.Builder
ListDataAssetsResponse.Builder. copy(ListDataAssetsResponse o)
Copy method to populate the builder with values from the given instance.
-