Uses of Class
com.oracle.bmc.fleetappsmanagement.model.VariableGroup
-
Packages that use VariableGroup Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of VariableGroup in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return VariableGroup Modifier and Type Method Description VariableGroupVariableGroup.Builder. build()Methods in com.oracle.bmc.fleetappsmanagement.model that return types with arguments of type VariableGroup Modifier and Type Method Description Map<String,VariableGroup>VariableGroups. getArray()Map of group names to their respective VariableGroup objects.List<VariableGroup>SchemaDocument. getVariableGroups()An array of variable group definitions for organizing variables together.Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type VariableGroup Modifier and Type Method Description VariableGroup.BuilderVariableGroup.Builder. copy(VariableGroup model)Method parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type VariableGroup Modifier and Type Method Description VariableGroups.BuilderVariableGroups.Builder. array(Map<String,VariableGroup> array)Map of group names to their respective VariableGroup objects.SchemaDocument.BuilderSchemaDocument.Builder. variableGroups(List<VariableGroup> variableGroups)An array of variable group definitions for organizing variables together.Constructor parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type VariableGroup 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.VariableGroups(Map<String,VariableGroup> array)Deprecated.
-