Uses of Class
com.oracle.bmc.functions.model.PbfListingSummary
-
Packages that use PbfListingSummary Package Description com.oracle.bmc.functions com.oracle.bmc.functions.model -
-
Uses of PbfListingSummary in com.oracle.bmc.functions
Methods in com.oracle.bmc.functions that return types with arguments of type PbfListingSummary Modifier and Type Method Description Iterable<PbfListingSummary>
FunctionsManagementPaginators. listPbfListingsRecordIterator(ListPbfListingsRequest request)
Creates a new iterable which will iterate over thePbfListingSummary
objects contained in responses from the listPbfListings operation. -
Uses of PbfListingSummary in com.oracle.bmc.functions.model
Methods in com.oracle.bmc.functions.model that return PbfListingSummary Modifier and Type Method Description PbfListingSummary
PbfListingSummary.Builder. build()
Methods in com.oracle.bmc.functions.model that return types with arguments of type PbfListingSummary Modifier and Type Method Description List<PbfListingSummary>
PbfListingsCollection. getItems()
List of PbfListingSummary.Methods in com.oracle.bmc.functions.model with parameters of type PbfListingSummary Modifier and Type Method Description PbfListingSummary.Builder
PbfListingSummary.Builder. copy(PbfListingSummary model)
Method parameters in com.oracle.bmc.functions.model with type arguments of type PbfListingSummary Modifier and Type Method Description PbfListingsCollection.Builder
PbfListingsCollection.Builder. items(List<PbfListingSummary> items)
List of PbfListingSummary.Constructor parameters in com.oracle.bmc.functions.model with type arguments of type PbfListingSummary Constructor Description PbfListingsCollection(List<PbfListingSummary> items)
Deprecated.
-