Uses of Class
com.oracle.bmc.dataintegration.responses.ListDisApplicationsResponse
-
Packages that use ListDisApplicationsResponse Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.responses -
-
Uses of ListDisApplicationsResponse in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return ListDisApplicationsResponse Modifier and Type Method Description ListDisApplicationsResponseDataIntegration. listDisApplications(ListDisApplicationsRequest request)Retrieves a list of DIS Applications in a compartment and provides options to filter the list.ListDisApplicationsResponseDataIntegrationClient. listDisApplications(ListDisApplicationsRequest request)Methods in com.oracle.bmc.dataintegration that return types with arguments of type ListDisApplicationsResponse Modifier and Type Method Description Future<ListDisApplicationsResponse>DataIntegrationAsync. listDisApplications(ListDisApplicationsRequest request, AsyncHandler<ListDisApplicationsRequest,ListDisApplicationsResponse> handler)Retrieves a list of DIS Applications in a compartment and provides options to filter the list.Future<ListDisApplicationsResponse>DataIntegrationAsyncClient. listDisApplications(ListDisApplicationsRequest request, AsyncHandler<ListDisApplicationsRequest,ListDisApplicationsResponse> handler)Iterable<ListDisApplicationsResponse>DataIntegrationPaginators. listDisApplicationsResponseIterator(ListDisApplicationsRequest request)Creates a new iterable which will iterate over the responses received from the listDisApplications operation.Method parameters in com.oracle.bmc.dataintegration with type arguments of type ListDisApplicationsResponse Modifier and Type Method Description Future<ListDisApplicationsResponse>DataIntegrationAsync. listDisApplications(ListDisApplicationsRequest request, AsyncHandler<ListDisApplicationsRequest,ListDisApplicationsResponse> handler)Retrieves a list of DIS Applications in a compartment and provides options to filter the list.Future<ListDisApplicationsResponse>DataIntegrationAsyncClient. listDisApplications(ListDisApplicationsRequest request, AsyncHandler<ListDisApplicationsRequest,ListDisApplicationsResponse> handler) -
Uses of ListDisApplicationsResponse in com.oracle.bmc.dataintegration.responses
Methods in com.oracle.bmc.dataintegration.responses that return ListDisApplicationsResponse Modifier and Type Method Description ListDisApplicationsResponseListDisApplicationsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.dataintegration.responses with parameters of type ListDisApplicationsResponse Modifier and Type Method Description ListDisApplicationsResponse.BuilderListDisApplicationsResponse.Builder. copy(ListDisApplicationsResponse o)Copy method to populate the builder with values from the given instance.
-