Uses of Class
software.amazon.awssdk.services.cloudformation.model.Capability
-
Packages that use Capability Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of Capability in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return Capability Modifier and Type Method Description static CapabilityCapability. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CapabilityCapability. valueOf(String name)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 software.amazon.awssdk.services.cloudformation.model that return types with arguments of type Capability Modifier and Type Method Description 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.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.List<Capability>CreateStackSetRequest. capabilities()In some cases, you must explicitly acknowledge that your stack set template contains certain capabilities in order for CloudFormation to create the stack set and related stack instances.List<Capability>DescribeChangeSetResponse. capabilities()If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.List<Capability>GetTemplateSummaryResponse. capabilities()The capabilities found within the template.List<Capability>Stack. capabilities()The capabilities allowed in the stack.List<Capability>StackSet. capabilities()The capabilities that are allowed in the stack set.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.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 stack set and its associated stack instances.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 Capability Modifier and Type Method Description CreateChangeSetRequest.BuilderCreateChangeSetRequest.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.BuilderCreateStackRequest.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.BuilderCreateStackSetRequest.Builder. capabilities(Capability... capabilities)In some cases, you must explicitly acknowledge that your stack set template contains certain capabilities in order for CloudFormation to create the stack set and related stack instances.DescribeChangeSetResponse.BuilderDescribeChangeSetResponse.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.BuilderGetTemplateSummaryResponse.Builder. capabilities(Capability... capabilities)The capabilities found within the template.Stack.BuilderStack.Builder. capabilities(Capability... capabilities)The capabilities allowed in the stack.StackSet.BuilderStackSet.Builder. capabilities(Capability... capabilities)The capabilities that are allowed in the stack set.UpdateStackRequest.BuilderUpdateStackRequest.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.BuilderUpdateStackSetRequest.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 set and its associated stack instances.ValidateTemplateResponse.BuilderValidateTemplateResponse.Builder. capabilities(Capability... capabilities)The capabilities found within the template.Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type Capability Modifier and Type Method Description CreateChangeSetRequest.BuilderCreateChangeSetRequest.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.BuilderCreateStackRequest.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.BuilderCreateStackSetRequest.Builder. capabilities(Collection<Capability> capabilities)In some cases, you must explicitly acknowledge that your stack set template contains certain capabilities in order for CloudFormation to create the stack set and related stack instances.DescribeChangeSetResponse.BuilderDescribeChangeSetResponse.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.BuilderGetTemplateSummaryResponse.Builder. capabilities(Collection<Capability> capabilities)The capabilities found within the template.Stack.BuilderStack.Builder. capabilities(Collection<Capability> capabilities)The capabilities allowed in the stack.StackSet.BuilderStackSet.Builder. capabilities(Collection<Capability> capabilities)The capabilities that are allowed in the stack set.UpdateStackRequest.BuilderUpdateStackRequest.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.BuilderUpdateStackSetRequest.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 set and its associated stack instances.ValidateTemplateResponse.BuilderValidateTemplateResponse.Builder. capabilities(Collection<Capability> capabilities)The capabilities found within the template.
-