Uses of Class
com.oracle.bmc.dataintegration.model.DisApplicationSummary
-
Packages that use DisApplicationSummary Package Description com.oracle.bmc.dataintegration com.oracle.bmc.dataintegration.model -
-
Uses of DisApplicationSummary in com.oracle.bmc.dataintegration
Methods in com.oracle.bmc.dataintegration that return types with arguments of type DisApplicationSummary Modifier and Type Method Description Iterable<DisApplicationSummary>
DataIntegrationPaginators. listDisApplicationsRecordIterator(ListDisApplicationsRequest request)
Creates a new iterable which will iterate over theDisApplicationSummary
objects contained in responses from the listDisApplications operation. -
Uses of DisApplicationSummary in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return DisApplicationSummary Modifier and Type Method Description DisApplicationSummary
DisApplicationSummary.Builder. build()
Methods in com.oracle.bmc.dataintegration.model that return types with arguments of type DisApplicationSummary Modifier and Type Method Description List<DisApplicationSummary>
DisApplicationSummaryCollection. getItems()
The array of application summaries.Methods in com.oracle.bmc.dataintegration.model with parameters of type DisApplicationSummary Modifier and Type Method Description DisApplicationSummary.Builder
DisApplicationSummary.Builder. copy(DisApplicationSummary model)
Method parameters in com.oracle.bmc.dataintegration.model with type arguments of type DisApplicationSummary Modifier and Type Method Description DisApplicationSummaryCollection.Builder
DisApplicationSummaryCollection.Builder. items(List<DisApplicationSummary> items)
The array of application summaries.Constructor parameters in com.oracle.bmc.dataintegration.model with type arguments of type DisApplicationSummary Constructor Description DisApplicationSummaryCollection(List<DisApplicationSummary> items)
Deprecated.
-