Uses of Class
com.oracle.bmc.functions.model.ApplicationSummary
- 
Packages that use ApplicationSummary Package Description com.oracle.bmc.functions com.oracle.bmc.functions.model com.oracle.bmc.functions.responses 
- 
- 
Uses of ApplicationSummary in com.oracle.bmc.functionsMethods in com.oracle.bmc.functions that return types with arguments of type ApplicationSummary Modifier and Type Method Description Iterable<ApplicationSummary>FunctionsManagementPaginators. listApplicationsRecordIterator(ListApplicationsRequest request)Creates a new iterable which will iterate over theApplicationSummaryobjects contained in responses from the listApplications operation.
- 
Uses of ApplicationSummary in com.oracle.bmc.functions.modelMethods in com.oracle.bmc.functions.model that return ApplicationSummary Modifier and Type Method Description ApplicationSummaryApplicationSummary.Builder. build()Methods in com.oracle.bmc.functions.model with parameters of type ApplicationSummary Modifier and Type Method Description ApplicationSummary.BuilderApplicationSummary.Builder. copy(ApplicationSummary model)
- 
Uses of ApplicationSummary in com.oracle.bmc.functions.responsesMethods in com.oracle.bmc.functions.responses that return types with arguments of type ApplicationSummary Modifier and Type Method Description List<ApplicationSummary>ListApplicationsResponse. getItems()A list of com.oracle.bmc.functions.model.ApplicationSummary instances.Method parameters in com.oracle.bmc.functions.responses with type arguments of type ApplicationSummary Modifier and Type Method Description ListApplicationsResponse.BuilderListApplicationsResponse.Builder. items(List<ApplicationSummary> items)A list of com.oracle.bmc.functions.model.ApplicationSummary instances.
 
-