| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceTargetDefinition |
ResourceTargetDefinition.clone() |
ResourceTargetDefinition |
ResourceChangeDetail.getTarget()
A
ResourceTargetDefinition structure that describes the
field that AWS CloudFormation will change and whether the resource will
be recreated. |
ResourceTargetDefinition |
ResourceTargetDefinition.withAttribute(ResourceAttribute attribute)
Indicates which resource attribute is triggering this update, such as a
change in the resource attribute's
Metadata,
Properties, or Tags. |
ResourceTargetDefinition |
ResourceTargetDefinition.withAttribute(String attribute)
Indicates which resource attribute is triggering this update, such as a
change in the resource attribute's
Metadata,
Properties, or Tags. |
ResourceTargetDefinition |
ResourceTargetDefinition.withName(String name)
If the
Attribute value is Properties, the name
of the property. |
ResourceTargetDefinition |
ResourceTargetDefinition.withRequiresRecreation(RequiresRecreation requiresRecreation)
If the
Attribute value is Properties, indicates
whether a change to this property causes the resource to be recreated. |
ResourceTargetDefinition |
ResourceTargetDefinition.withRequiresRecreation(String requiresRecreation)
If the
Attribute value is Properties, indicates
whether a change to this property causes the resource to be recreated. |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceChangeDetail.setTarget(ResourceTargetDefinition target)
A
ResourceTargetDefinition structure that describes the
field that AWS CloudFormation will change and whether the resource will
be recreated. |
ResourceChangeDetail |
ResourceChangeDetail.withTarget(ResourceTargetDefinition target)
A
ResourceTargetDefinition structure that describes the
field that AWS CloudFormation will change and whether the resource will
be recreated. |
Copyright © 2016. All rights reserved.