| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceChangeDetail |
ResourceChangeDetail.clone() |
ResourceChangeDetail |
ResourceChangeDetail.withCausingEntity(String causingEntity)
The ID of the entity that caused the change.
|
ResourceChangeDetail |
ResourceChangeDetail.withEvaluation(EvaluationType evaluation)
For static evaluations, the value of the resource attribute will change and the new value is known.
|
ResourceChangeDetail |
ResourceChangeDetail.withEvaluation(String evaluation)
For static evaluations, the value of the resource attribute will change and the new value is known.
|
ResourceChangeDetail |
ResourceChangeDetail.withTarget(ResourceTargetDefinition target)
Information about the resource attribute to be modified.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourceChangeDetail> |
ResourceChange.getDetails()
Information about the resource changes.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceChange |
ResourceChange.withDetails(ResourceChangeDetail... details)
Information about the resource changes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceChange.setDetails(Collection<ResourceChangeDetail> details)
Information about the resource changes.
|
ResourceChange |
ResourceChange.withDetails(Collection<ResourceChangeDetail> details)
Information about the resource changes.
|
Copyright © 2021. All rights reserved.