| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
static Capability |
Capability.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Capability |
Capability.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.
|
| Modifier and Type | Method and Description |
|---|---|
List<Capability> |
Stack.capabilities()
The capabilities allowed in the stack.
|
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> |
GetTemplateSummaryResponse.capabilities()
The capabilities found within the template.
|
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> |
StackSet.capabilities()
The capabilities that are allowed in the stack set.
|
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> |
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> |
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> |
ValidateTemplateResponse.capabilities()
The capabilities found within the template.
|
static Set<Capability> |
Capability.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Stack.Builder |
Stack.Builder.capabilities(Capability... capabilities)
The capabilities allowed in the stack.
|
CreateChangeSetRequest.Builder |
CreateChangeSetRequest.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 |
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.
|
GetTemplateSummaryResponse.Builder |
GetTemplateSummaryResponse.Builder.capabilities(Capability... capabilities)
The capabilities found within the template.
|
DescribeChangeSetResponse.Builder |
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.
|
StackSet.Builder |
StackSet.Builder.capabilities(Capability... capabilities)
The capabilities that are allowed in the stack set.
|
UpdateStackSetRequest.Builder |
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 stack set and its associated stack instances.
|
UpdateStackRequest.Builder |
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.
|
CreateStackSetRequest.Builder |
CreateStackSetRequest.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.
|
ValidateTemplateResponse.Builder |
ValidateTemplateResponse.Builder.capabilities(Capability... capabilities)
The capabilities found within the template.
|
| Modifier and Type | Method and Description |
|---|---|
Stack.Builder |
Stack.Builder.capabilities(Collection<Capability> capabilities)
The capabilities allowed in the stack.
|
CreateChangeSetRequest.Builder |
CreateChangeSetRequest.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 |
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.
|
GetTemplateSummaryResponse.Builder |
GetTemplateSummaryResponse.Builder.capabilities(Collection<Capability> capabilities)
The capabilities found within the template.
|
DescribeChangeSetResponse.Builder |
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.
|
StackSet.Builder |
StackSet.Builder.capabilities(Collection<Capability> capabilities)
The capabilities that are allowed in the stack set.
|
UpdateStackSetRequest.Builder |
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 stack set and its associated stack instances.
|
UpdateStackRequest.Builder |
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.
|
CreateStackSetRequest.Builder |
CreateStackSetRequest.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.
|
ValidateTemplateResponse.Builder |
ValidateTemplateResponse.Builder.capabilities(Collection<Capability> capabilities)
The capabilities found within the template.
|
Copyright © 2023. All rights reserved.