Uses of Class
com.oracle.bmc.dataintegration.responses.ListTemplatesResponse
-
Packages that use ListTemplatesResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of ListTemplatesResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return ListTemplatesResponse Modifier and Type Method Description ListTemplatesResponse
DataIntegration. listTemplates(ListTemplatesRequest request)
This endpoint can be used to list application templates with filtering options.ListTemplatesResponse
DataIntegrationClient. listTemplates(ListTemplatesRequest request)
Methods in com.oracle.bmc.dataintegration that return types with arguments of type ListTemplatesResponse Modifier and Type Method Description Future<ListTemplatesResponse>
DataIntegrationAsync. listTemplates(ListTemplatesRequest request, AsyncHandler<ListTemplatesRequest,ListTemplatesResponse> handler)
This endpoint can be used to list application templates with filtering options.Future<ListTemplatesResponse>
DataIntegrationAsyncClient. listTemplates(ListTemplatesRequest request, AsyncHandler<ListTemplatesRequest,ListTemplatesResponse> handler)
Iterable<ListTemplatesResponse>
DataIntegrationPaginators. listTemplatesResponseIterator(ListTemplatesRequest request)
Creates a new iterable which will iterate over the responses received from the listTemplates operation.Method parameters in com.oracle.bmc.dataintegration with type arguments of type ListTemplatesResponse Modifier and Type Method Description Future<ListTemplatesResponse>
DataIntegrationAsync. listTemplates(ListTemplatesRequest request, AsyncHandler<ListTemplatesRequest,ListTemplatesResponse> handler)
This endpoint can be used to list application templates with filtering options.Future<ListTemplatesResponse>
DataIntegrationAsyncClient. listTemplates(ListTemplatesRequest request, AsyncHandler<ListTemplatesRequest,ListTemplatesResponse> handler)
-
Uses of ListTemplatesResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return ListTemplatesResponse Modifier and Type Method Description ListTemplatesResponse
ListTemplatesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type ListTemplatesResponse Modifier and Type Method Description ListTemplatesResponse.Builder
ListTemplatesResponse.Builder. copy(ListTemplatesResponse o)
Copy method to populate the builder with values from the given instance.
-