Uses of Enum
software.amazon.awssdk.services.cloudformation.model.Capability
Packages that use Capability
-
Uses of Capability in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return CapabilityModifier and TypeMethodDescriptionstatic CapabilityUse this in place of valueOf to convert the raw string returned by the service into the enum value.static CapabilityReturns 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 software.amazon.awssdk.services.cloudformation.model that return types with arguments of type CapabilityModifier and TypeMethodDescriptionfinal List<Capability>CreateChangeSetRequest.capabilities()In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for CloudFormation to create the stack.final List<Capability>CreateStackRequest.capabilities()In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for CloudFormation to create the stack.final List<Capability>CreateStackSetRequest.capabilities()In some cases, you must explicitly acknowledge that your StackSet template contains certain capabilities in order for CloudFormation to create the StackSet and related stack instances.final List<Capability>DescribeChangeSetResponse.capabilities()If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.final List<Capability>GetTemplateSummaryResponse.capabilities()The capabilities found within the template.final List<Capability>Stack.capabilities()The capabilities allowed in the stack.final List<Capability>StackSet.capabilities()The capabilities that are allowed in the StackSet.final List<Capability>UpdateStackRequest.capabilities()In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for CloudFormation to update the stack.final List<Capability>UpdateStackSetRequest.capabilities()In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for CloudFormation to update the StackSet and its associated stack instances.final List<Capability>ValidateTemplateResponse.capabilities()The capabilities found within the template.static Set<Capability>Capability.knownValues()Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type CapabilityModifier and TypeMethodDescriptionCreateChangeSetRequest.Builder.capabilities(Capability... capabilities) In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for CloudFormation to create the stack.CreateStackRequest.Builder.capabilities(Capability... capabilities) In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for CloudFormation to create the stack.CreateStackSetRequest.Builder.capabilities(Capability... capabilities) In some cases, you must explicitly acknowledge that your StackSet template contains certain capabilities in order for CloudFormation to create the StackSet and related stack instances.DescribeChangeSetResponse.Builder.capabilities(Capability... capabilities) If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.GetTemplateSummaryResponse.Builder.capabilities(Capability... capabilities) The capabilities found within the template.Stack.Builder.capabilities(Capability... capabilities) The capabilities allowed in the stack.StackSet.Builder.capabilities(Capability... capabilities) The capabilities that are allowed in the StackSet.UpdateStackRequest.Builder.capabilities(Capability... capabilities) In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for CloudFormation to update the stack.UpdateStackSetRequest.Builder.capabilities(Capability... capabilities) In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for CloudFormation to update the StackSet and its associated stack instances.ValidateTemplateResponse.Builder.capabilities(Capability... capabilities) The capabilities found within the template.Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type CapabilityModifier and TypeMethodDescriptionCreateChangeSetRequest.Builder.capabilities(Collection<Capability> capabilities) In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for CloudFormation to create the stack.CreateStackRequest.Builder.capabilities(Collection<Capability> capabilities) In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for CloudFormation to create the stack.CreateStackSetRequest.Builder.capabilities(Collection<Capability> capabilities) In some cases, you must explicitly acknowledge that your StackSet template contains certain capabilities in order for CloudFormation to create the StackSet and related stack instances.DescribeChangeSetResponse.Builder.capabilities(Collection<Capability> capabilities) If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.GetTemplateSummaryResponse.Builder.capabilities(Collection<Capability> capabilities) The capabilities found within the template.Stack.Builder.capabilities(Collection<Capability> capabilities) The capabilities allowed in the stack.StackSet.Builder.capabilities(Collection<Capability> capabilities) The capabilities that are allowed in the StackSet.UpdateStackRequest.Builder.capabilities(Collection<Capability> capabilities) In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for CloudFormation to update the stack.UpdateStackSetRequest.Builder.capabilities(Collection<Capability> capabilities) In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for CloudFormation to update the StackSet and its associated stack instances.ValidateTemplateResponse.Builder.capabilities(Collection<Capability> capabilities) The capabilities found within the template.