Uses of Class
com.oracle.bmc.functions.model.FunctionsRuntimeSummary
-
Packages that use FunctionsRuntimeSummary Package Description com.oracle.bmc.functions com.oracle.bmc.functions.model -
-
Uses of FunctionsRuntimeSummary in com.oracle.bmc.functions
Methods in com.oracle.bmc.functions that return types with arguments of type FunctionsRuntimeSummary Modifier and Type Method Description Iterable<FunctionsRuntimeSummary>FunctionsManagementPaginators. listFunctionsRuntimesRecordIterator(ListFunctionsRuntimesRequest request)Creates a new iterable which will iterate over theFunctionsRuntimeSummaryobjects contained in responses from the listFunctionsRuntimes operation. -
Uses of FunctionsRuntimeSummary in com.oracle.bmc.functions.model
Methods in com.oracle.bmc.functions.model that return FunctionsRuntimeSummary Modifier and Type Method Description FunctionsRuntimeSummaryFunctionsRuntimeSummary.Builder. build()Methods in com.oracle.bmc.functions.model that return types with arguments of type FunctionsRuntimeSummary Modifier and Type Method Description List<FunctionsRuntimeSummary>FunctionsRuntimeCollection. getItems()List of FunctionsRuntimeSummary.Methods in com.oracle.bmc.functions.model with parameters of type FunctionsRuntimeSummary Modifier and Type Method Description FunctionsRuntimeSummary.BuilderFunctionsRuntimeSummary.Builder. copy(FunctionsRuntimeSummary model)Method parameters in com.oracle.bmc.functions.model with type arguments of type FunctionsRuntimeSummary Modifier and Type Method Description FunctionsRuntimeCollection.BuilderFunctionsRuntimeCollection.Builder. items(List<FunctionsRuntimeSummary> items)List of FunctionsRuntimeSummary.Constructor parameters in com.oracle.bmc.functions.model with type arguments of type FunctionsRuntimeSummary Constructor Description FunctionsRuntimeCollection(List<FunctionsRuntimeSummary> items)Deprecated.
-