Uses of Class
com.oracle.bmc.dif.model.StackTemplate
-
Packages that use StackTemplate Package Description com.oracle.bmc.dif.model -
-
Uses of StackTemplate in com.oracle.bmc.dif.model
Methods in com.oracle.bmc.dif.model that return StackTemplate Modifier and Type Method Description static StackTemplateStackTemplate. create(String key)static StackTemplateStackTemplate. valueOf(String name)Returns the enum constant of this type with the specified name.static StackTemplate[]StackTemplate. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dif.model that return types with arguments of type StackTemplate Modifier and Type Method Description List<StackTemplate>AddServiceDetails. getStackTemplates()List of templates to be added for the stack.List<StackTemplate>CreateStackDetails. getStackTemplates()List of templates to be onboarded for the stack.List<StackTemplate>DeployArtifactsDetails. getStackTemplates()List of templates to be onboarded for the stack.List<StackTemplate>Stack. getStackTemplates()List of templates to be onboarded for the stack.List<StackTemplate>UpdateStackDetails. getStackTemplates()List of templates to be updated for the stack.Method parameters in com.oracle.bmc.dif.model with type arguments of type StackTemplate Modifier and Type Method Description AddServiceDetails.BuilderAddServiceDetails.Builder. stackTemplates(List<StackTemplate> stackTemplates)List of templates to be added for the stack.CreateStackDetails.BuilderCreateStackDetails.Builder. stackTemplates(List<StackTemplate> stackTemplates)List of templates to be onboarded for the stack.DeployArtifactsDetails.BuilderDeployArtifactsDetails.Builder. stackTemplates(List<StackTemplate> stackTemplates)List of templates to be onboarded for the stack.Stack.BuilderStack.Builder. stackTemplates(List<StackTemplate> stackTemplates)List of templates to be onboarded for the stack.UpdateStackDetails.BuilderUpdateStackDetails.Builder. stackTemplates(List<StackTemplate> stackTemplates)List of templates to be updated for the stack.
-