Uses of Class
com.oracle.bmc.dataflow.requests.ListApplicationsRequest
-
Packages that use ListApplicationsRequest Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.requests -
-
Uses of ListApplicationsRequest in com.oracle.bmc.dataflow
Methods in com.oracle.bmc.dataflow with parameters of type ListApplicationsRequest Modifier and Type Method Description ListApplicationsResponseDataFlow. listApplications(ListApplicationsRequest request)Lists all applications in the specified compartment.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)ListApplicationsResponseDataFlowClient. listApplications(ListApplicationsRequest request)Iterable<ApplicationSummary>DataFlowPaginators. listApplicationsRecordIterator(ListApplicationsRequest request)Creates a new iterable which will iterate over theApplicationSummaryobjects contained in responses from the listApplications operation.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 ListApplicationsRequest 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 ListApplicationsRequest in com.oracle.bmc.dataflow.requests
Methods in com.oracle.bmc.dataflow.requests that return ListApplicationsRequest Modifier and Type Method Description ListApplicationsRequestListApplicationsRequest.Builder. build()Build the instance of ListApplicationsRequest as configured by this builderListApplicationsRequestListApplicationsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListApplicationsRequest as configured by this builderMethods in com.oracle.bmc.dataflow.requests with parameters of type ListApplicationsRequest Modifier and Type Method Description ListApplicationsRequest.BuilderListApplicationsRequest.Builder. copy(ListApplicationsRequest o)Copy method to populate the builder with values from the given instance.
-