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