Uses of Class
software.amazon.awssdk.services.cloudformation.model.StackDefinition
Packages that use StackDefinition
-
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 StackDefinitionModifier and TypeMethodDescriptionfinal List<StackDefinition>CreateStackRefactorRequest.stackDefinitions()The stacks being refactored.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type StackDefinitionModifier and TypeMethodDescriptionCreateStackRefactorRequest.Builder.stackDefinitions(StackDefinition... stackDefinitions) The stacks being refactored.Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type StackDefinitionModifier and TypeMethodDescriptionCreateStackRefactorRequest.Builder.stackDefinitions(Collection<StackDefinition> stackDefinitions) The stacks being refactored.