Uses of Class
software.amazon.awssdk.services.cloudformation.model.StackDefinition
-
Packages that use StackDefinition Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of StackDefinition in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type StackDefinition Modifier and Type Method Description List<StackDefinition>CreateStackRefactorRequest. stackDefinitions()The stacks being refactored.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type StackDefinition Modifier and Type Method Description CreateStackRefactorRequest.BuilderCreateStackRefactorRequest.Builder. stackDefinitions(StackDefinition... stackDefinitions)The stacks being refactored.Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type StackDefinition Modifier and Type Method Description CreateStackRefactorRequest.BuilderCreateStackRefactorRequest.Builder. stackDefinitions(Collection<StackDefinition> stackDefinitions)The stacks being refactored.
-