|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Capability | |
---|---|
com.amazonaws.services.cloudformation.model | Classes modeling the various types represented by AmazonCloudFormation. |
Uses of Capability in com.amazonaws.services.cloudformation.model |
---|
Methods in com.amazonaws.services.cloudformation.model that return Capability | |
---|---|
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. |
Methods in com.amazonaws.services.cloudformation.model with parameters of type Capability | |
---|---|
ValidateTemplateResult |
ValidateTemplateResult.withCapabilities(Capability... capabilities)
The capabilities found within the template. |
UpdateStackRequest |
UpdateStackRequest.withCapabilities(Capability... capabilities)
The list of capabilities that you want to allow in the stack. |
Stack |
Stack.withCapabilities(Capability... capabilities)
The capabilities allowed in the stack. |
CreateStackRequest |
CreateStackRequest.withCapabilities(Capability... capabilities)
The list of capabilities that you want to allow in the stack. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |