| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceTargetDefinition |
ResourceTargetDefinition.clone() |
ResourceTargetDefinition |
ResourceChangeDetail.getTarget()
Information about the resource attribute to be modified.
|
ResourceTargetDefinition |
ResourceTargetDefinition.withAttribute(ResourceAttribute attribute)
The attribute to be changed.
|
ResourceTargetDefinition |
ResourceTargetDefinition.withAttribute(String attribute)
The attribute to be changed.
|
ResourceTargetDefinition |
ResourceTargetDefinition.withName(String name)
If the attribute is
Properties, the value is the name of the property. |
ResourceTargetDefinition |
ResourceTargetDefinition.withRequiresRecreation(RequiresRecreation requiresRecreation)
If the attribute is
Properties, indicates whether a change to this property causes the resource to
be re-created. |
ResourceTargetDefinition |
ResourceTargetDefinition.withRequiresRecreation(String requiresRecreation)
If the attribute is
Properties, indicates whether a change to this property causes the resource to
be re-created. |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceChangeDetail.setTarget(ResourceTargetDefinition target)
Information about the resource attribute to be modified.
|
ResourceChangeDetail |
ResourceChangeDetail.withTarget(ResourceTargetDefinition target)
Information about the resource attribute to be modified.
|
Copyright © 2019. All rights reserved.