Uses of Class
com.oracle.bmc.functions.model.Trigger
-
Packages that use Trigger Package Description com.oracle.bmc.functions.model -
-
Uses of Trigger in com.oracle.bmc.functions.model
Methods in com.oracle.bmc.functions.model that return Trigger Modifier and Type Method Description Trigger
Trigger.Builder. build()
Methods in com.oracle.bmc.functions.model that return types with arguments of type Trigger Modifier and Type Method Description List<Trigger>
PbfListing. getTriggers()
An array of Trigger.List<Trigger>
PbfListingSummary. getTriggers()
An array of Trigger.List<Trigger>
PbfListingVersion. getTriggers()
An array of Trigger.List<Trigger>
PbfListingVersionSummary. getTriggers()
An array of Trigger.Methods in com.oracle.bmc.functions.model with parameters of type Trigger Modifier and Type Method Description Trigger.Builder
Trigger.Builder. copy(Trigger model)
Method parameters in com.oracle.bmc.functions.model with type arguments of type Trigger Modifier and Type Method Description PbfListing.Builder
PbfListing.Builder. triggers(List<Trigger> triggers)
An array of Trigger.PbfListingSummary.Builder
PbfListingSummary.Builder. triggers(List<Trigger> triggers)
An array of Trigger.PbfListingVersion.Builder
PbfListingVersion.Builder. triggers(List<Trigger> triggers)
An array of Trigger.PbfListingVersionSummary.Builder
PbfListingVersionSummary.Builder. triggers(List<Trigger> triggers)
An array of Trigger.Constructor parameters in com.oracle.bmc.functions.model with type arguments of type Trigger Constructor Description PbfListing(String id, String name, String description, PublisherDetails publisherDetails, List<Trigger> triggers, Date timeCreated, Date timeUpdated, PbfListing.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.PbfListingSummary(String id, String name, String description, PublisherDetails publisherDetails, List<Trigger> triggers, Date timeCreated, Date timeUpdated, PbfListing.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-