Uses of Class
com.oracle.bmc.dataflow.responses.ListApplicationsResponse
-
Packages that use ListApplicationsResponse Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.responses -
-
Uses of ListApplicationsResponse in com.oracle.bmc.dataflow
Methods in com.oracle.bmc.dataflow that return ListApplicationsResponse Modifier and Type Method Description ListApplicationsResponseDataFlow. listApplications(ListApplicationsRequest request)Lists all applications in the specified compartment.ListApplicationsResponseDataFlowClient. listApplications(ListApplicationsRequest request)Methods in com.oracle.bmc.dataflow that return types with arguments of type ListApplicationsResponse Modifier and Type Method Description Future<ListApplicationsResponse>DataFlowAsync. listApplications(ListApplicationsRequest request, AsyncHandler<ListApplicationsRequest,ListApplicationsResponse> handler)Lists all applications in the specified compartment.Future<ListApplicationsResponse>DataFlowAsyncClient. listApplications(ListApplicationsRequest request, AsyncHandler<ListApplicationsRequest,ListApplicationsResponse> handler)Iterable<ListApplicationsResponse>DataFlowPaginators. listApplicationsResponseIterator(ListApplicationsRequest request)Creates a new iterable which will iterate over the responses received from the listApplications operation.Method parameters in com.oracle.bmc.dataflow with type arguments of type ListApplicationsResponse Modifier and Type Method Description Future<ListApplicationsResponse>DataFlowAsync. listApplications(ListApplicationsRequest request, AsyncHandler<ListApplicationsRequest,ListApplicationsResponse> handler)Lists all applications in the specified compartment.Future<ListApplicationsResponse>DataFlowAsyncClient. listApplications(ListApplicationsRequest request, AsyncHandler<ListApplicationsRequest,ListApplicationsResponse> handler) -
Uses of ListApplicationsResponse in com.oracle.bmc.dataflow.responses
Methods in com.oracle.bmc.dataflow.responses that return ListApplicationsResponse Modifier and Type Method Description ListApplicationsResponseListApplicationsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.dataflow.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.
-