Package | Description |
---|---|
com.amazonaws.services.cloudformation.model | |
com.amazonaws.services.cloudformation.model.transform |
Modifier and Type | Field and Description |
---|---|
private ResourceTargetDefinition |
ResourceChangeDetail.target
A
ResourceTargetDefinition structure that describes the
field that AWS CloudFormation will change and whether the resource will
be recreated. |
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(java.lang.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(java.lang.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(java.lang.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. |
Modifier and Type | Method and Description |
---|---|
ResourceTargetDefinition |
ResourceTargetDefinitionStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |