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