Uses of Class
com.oracle.bmc.fleetappsmanagement.model.StackSource
-
Packages that use StackSource Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of StackSource in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return StackSource Modifier and Type Method Description StackSourceStackSource.Builder. build()StackSourceSchemaDocument. getSource()Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type StackSource Modifier and Type Method Description StackSource.BuilderStackSource.Builder. copy(StackSource model)SchemaDocument.BuilderSchemaDocument.Builder. source(StackSource source)Constructors in com.oracle.bmc.fleetappsmanagement.model with parameters of type StackSource 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.
-