Package | Description |
---|---|
com.amazonaws.services.cloudformation.model |
Classes modeling the various types represented by AmazonCloudFormation.
|
Modifier and Type | Method and Description |
---|---|
static Capability |
Capability.fromValue(String value)
Use this in place of valueOf.
|
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 |
---|---|
Stack |
Stack.withCapabilities(Capability... capabilities)
The capabilities allowed in the stack.
|
ValidateTemplateResult |
ValidateTemplateResult.withCapabilities(Capability... capabilities)
The capabilities found within the template.
|
CreateStackRequest |
CreateStackRequest.withCapabilities(Capability... capabilities)
The list of capabilities that you want to allow in the stack.
|
UpdateStackRequest |
UpdateStackRequest.withCapabilities(Capability... capabilities)
The list of capabilities that you want to allow in the stack.
|
Copyright © 2014. All rights reserved.