Uses of Class
com.oracle.bmc.dataintegration.responses.ListExternalPublicationsResponse
-
Packages that use ListExternalPublicationsResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of ListExternalPublicationsResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return ListExternalPublicationsResponse Modifier and Type Method Description ListExternalPublicationsResponse
DataIntegration. listExternalPublications(ListExternalPublicationsRequest request)
Retrieves a list of external publications in an application and provides options to filter the list.ListExternalPublicationsResponse
DataIntegrationClient. listExternalPublications(ListExternalPublicationsRequest request)
Methods in com.oracle.bmc.dataintegration that return types with arguments of type ListExternalPublicationsResponse Modifier and Type Method Description Future<ListExternalPublicationsResponse>
DataIntegrationAsync. listExternalPublications(ListExternalPublicationsRequest request, AsyncHandler<ListExternalPublicationsRequest,ListExternalPublicationsResponse> handler)
Retrieves a list of external publications in an application and provides options to filter the list.Future<ListExternalPublicationsResponse>
DataIntegrationAsyncClient. listExternalPublications(ListExternalPublicationsRequest request, AsyncHandler<ListExternalPublicationsRequest,ListExternalPublicationsResponse> handler)
Iterable<ListExternalPublicationsResponse>
DataIntegrationPaginators. listExternalPublicationsResponseIterator(ListExternalPublicationsRequest request)
Creates a new iterable which will iterate over the responses received from the listExternalPublications operation.Method parameters in com.oracle.bmc.dataintegration with type arguments of type ListExternalPublicationsResponse Modifier and Type Method Description Future<ListExternalPublicationsResponse>
DataIntegrationAsync. listExternalPublications(ListExternalPublicationsRequest request, AsyncHandler<ListExternalPublicationsRequest,ListExternalPublicationsResponse> handler)
Retrieves a list of external publications in an application and provides options to filter the list.Future<ListExternalPublicationsResponse>
DataIntegrationAsyncClient. listExternalPublications(ListExternalPublicationsRequest request, AsyncHandler<ListExternalPublicationsRequest,ListExternalPublicationsResponse> handler)
-
Uses of ListExternalPublicationsResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return ListExternalPublicationsResponse Modifier and Type Method Description ListExternalPublicationsResponse
ListExternalPublicationsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type ListExternalPublicationsResponse Modifier and Type Method Description ListExternalPublicationsResponse.Builder
ListExternalPublicationsResponse.Builder. copy(ListExternalPublicationsResponse o)
Copy method to populate the builder with values from the given instance.
-