Uses of Enum
com.amazonaws.services.cloudformation.model.Capability
Packages that use Capability
-
Uses of Capability in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return CapabilityModifier and TypeMethodDescriptionstatic Capability
Use this in place of valueOf.static Capability
Returns the enum constant of this type with the specified name.static Capability[]
Capability.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.cloudformation.model with parameters of type CapabilityModifier and TypeMethodDescriptionCreateChangeSetRequest.withCapabilities
(Capability... capabilities) A list of capabilities that you must specify before AWS CloudFormation can update certain stacks.CreateStackRequest.withCapabilities
(Capability... capabilities) A list of capabilities that you must specify before AWS CloudFormation can create certain stacks.DescribeChangeSetResult.withCapabilities
(Capability... capabilities) If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.GetTemplateSummaryResult.withCapabilities
(Capability... capabilities) The capabilities found within the template.Stack.withCapabilities
(Capability... capabilities) The capabilities allowed in the stack.UpdateStackRequest.withCapabilities
(Capability... capabilities) A list of capabilities that you must specify before AWS CloudFormation can update certain stacks.ValidateTemplateResult.withCapabilities
(Capability... capabilities) The capabilities found within the template.