Uses of Class
com.oracle.bmc.functions.model.FunctionSummary
-
Packages that use FunctionSummary Package Description com.oracle.bmc.functions com.oracle.bmc.functions.model com.oracle.bmc.functions.responses -
-
Uses of FunctionSummary in com.oracle.bmc.functions
Methods in com.oracle.bmc.functions that return types with arguments of type FunctionSummary Modifier and Type Method Description Iterable<FunctionSummary>
FunctionsManagementPaginators. listFunctionsRecordIterator(ListFunctionsRequest request)
Creates a new iterable which will iterate over theFunctionSummary
objects contained in responses from the listFunctions operation. -
Uses of FunctionSummary in com.oracle.bmc.functions.model
Methods in com.oracle.bmc.functions.model that return FunctionSummary Modifier and Type Method Description FunctionSummary
FunctionSummary.Builder. build()
Methods in com.oracle.bmc.functions.model with parameters of type FunctionSummary Modifier and Type Method Description FunctionSummary.Builder
FunctionSummary.Builder. copy(FunctionSummary model)
-
Uses of FunctionSummary in com.oracle.bmc.functions.responses
Methods in com.oracle.bmc.functions.responses that return types with arguments of type FunctionSummary Modifier and Type Method Description List<FunctionSummary>
ListFunctionsResponse. getItems()
A list of com.oracle.bmc.functions.model.FunctionSummary instances.Method parameters in com.oracle.bmc.functions.responses with type arguments of type FunctionSummary Modifier and Type Method Description ListFunctionsResponse.Builder
ListFunctionsResponse.Builder. items(List<FunctionSummary> items)
A list of com.oracle.bmc.functions.model.FunctionSummary instances.
-