Uses of Class
com.oracle.bmc.fleetappsmanagement.model.VariableGroups
-
Packages that use VariableGroups Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of VariableGroups in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return VariableGroups Modifier and Type Method Description VariableGroupsVariableGroups.Builder. build()VariableGroupsSchemaDocument. getGroupings()Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type VariableGroups Modifier and Type Method Description VariableGroups.BuilderVariableGroups.Builder. copy(VariableGroups model)SchemaDocument.BuilderSchemaDocument.Builder. groupings(VariableGroups groupings)Constructors in com.oracle.bmc.fleetappsmanagement.model with parameters of type VariableGroups Constructor Description SchemaDocument(String title, String description, String stackDescription, String packageVersion, String version, SchemaDocument.SchemaVersion schemaVersion, SchemaDocument.Locale locale, String logoUrl, StackSource source, String informationalText, String instructions, String troubleshooting, Boolean canAllowViewState, Map<String,BaseVariable> variables, VariableGroups groupings, List<VariableGroup> variableGroups, Map<String,BaseOutput> outputs, List<OutputGroup> outputGroups, String primaryOutputButton)Deprecated.
-