Uses of Class
com.oracle.bmc.functions.model.ConfigDetails
-
Packages that use ConfigDetails Package Description com.oracle.bmc.functions.model -
-
Uses of ConfigDetails in com.oracle.bmc.functions.model
Methods in com.oracle.bmc.functions.model that return ConfigDetails Modifier and Type Method Description ConfigDetails
ConfigDetails.Builder. build()
Methods in com.oracle.bmc.functions.model that return types with arguments of type ConfigDetails Modifier and Type Method Description List<ConfigDetails>
PbfListingVersion. getConfig()
Details about the required and optional Function configurations needed for proper performance of the PBF.List<ConfigDetails>
PbfListingVersionSummary. getConfig()
Details about the required and optional Function configurations needed for proper performance of the PBF.Methods in com.oracle.bmc.functions.model with parameters of type ConfigDetails Modifier and Type Method Description ConfigDetails.Builder
ConfigDetails.Builder. copy(ConfigDetails model)
Method parameters in com.oracle.bmc.functions.model with type arguments of type ConfigDetails Modifier and Type Method Description PbfListingVersion.Builder
PbfListingVersion.Builder. config(List<ConfigDetails> config)
Details about the required and optional Function configurations needed for proper performance of the PBF.PbfListingVersionSummary.Builder
PbfListingVersionSummary.Builder. config(List<ConfigDetails> config)
Details about the required and optional Function configurations needed for proper performance of the PBF.Constructor parameters in com.oracle.bmc.functions.model with type arguments of type ConfigDetails Constructor Description PbfListingVersion(String id, String pbfListingId, String name, List<ConfigDetails> config, RequirementDetails requirements, String changeSummary, List<Trigger> triggers, Date timeCreated, Date timeUpdated, PbfListingVersion.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.PbfListingVersionSummary(String id, String pbfListingId, String name, List<ConfigDetails> config, RequirementDetails requirements, String changeSummary, List<Trigger> triggers, Date timeCreated, Date timeUpdated, PbfListingVersion.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-