Uses of Class
com.oracle.bmc.dataintegration.requests.ListPublishedObjectsRequest
-
Packages that use ListPublishedObjectsRequest Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.requests -
-
Uses of ListPublishedObjectsRequest in com.oracle.bmc.dataintegration
Method parameters in com.oracle.bmc.dataintegration with type arguments of type ListPublishedObjectsRequest 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 ListPublishedObjectsRequest in com.oracle.bmc.dataintegration.requests
Methods in com.oracle.bmc.dataintegration.requests that return ListPublishedObjectsRequest Modifier and Type Method Description ListPublishedObjectsRequestListPublishedObjectsRequest.Builder. build()Build the instance of ListPublishedObjectsRequest as configured by this builderListPublishedObjectsRequestListPublishedObjectsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListPublishedObjectsRequest as configured by this builderMethods in com.oracle.bmc.dataintegration.requests with parameters of type ListPublishedObjectsRequest Modifier and Type Method Description ListPublishedObjectsRequest.BuilderListPublishedObjectsRequest.Builder. copy(ListPublishedObjectsRequest o)Copy method to populate the builder with values from the given instance.
-