Uses of Class
com.oracle.bmc.dataintegration.responses.ListApplicationsResponse
-
Packages that use ListApplicationsResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of ListApplicationsResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return ListApplicationsResponse Modifier and Type Method Description ListApplicationsResponseDataIntegration. listApplications(ListApplicationsRequest request)Retrieves a list of applications and provides options to filter the list.ListApplicationsResponseDataIntegrationClient. listApplications(ListApplicationsRequest request)Methods in com.oracle.bmc.dataintegration that return types with arguments of type ListApplicationsResponse Modifier and Type Method Description Future<ListApplicationsResponse>DataIntegrationAsync. listApplications(ListApplicationsRequest request, AsyncHandler<ListApplicationsRequest,ListApplicationsResponse> handler)Retrieves a list of applications and provides options to filter the list.Future<ListApplicationsResponse>DataIntegrationAsyncClient. listApplications(ListApplicationsRequest request, AsyncHandler<ListApplicationsRequest,ListApplicationsResponse> handler)Iterable<ListApplicationsResponse>DataIntegrationPaginators. listApplicationsResponseIterator(ListApplicationsRequest request)Creates a new iterable which will iterate over the responses received from the listApplications operation.Method parameters in com.oracle.bmc.dataintegration with type arguments of type ListApplicationsResponse Modifier and Type Method Description Future<ListApplicationsResponse>DataIntegrationAsync. listApplications(ListApplicationsRequest request, AsyncHandler<ListApplicationsRequest,ListApplicationsResponse> handler)Retrieves a list of applications and provides options to filter the list.Future<ListApplicationsResponse>DataIntegrationAsyncClient. listApplications(ListApplicationsRequest request, AsyncHandler<ListApplicationsRequest,ListApplicationsResponse> handler) -
Uses of ListApplicationsResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return ListApplicationsResponse Modifier and Type Method Description ListApplicationsResponseListApplicationsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type ListApplicationsResponse Modifier and Type Method Description ListApplicationsResponse.BuilderListApplicationsResponse.Builder. copy(ListApplicationsResponse o)Copy method to populate the builder with values from the given instance.
-