| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
List<ResourceChangeDetail> |
ResourceChange.details()
For the
Modify action, a list of ResourceChangeDetail structures that describes the
changes that CloudFormation will make to the resource. |
| Modifier and Type | Method and Description |
|---|---|
ResourceChange.Builder |
ResourceChange.Builder.details(ResourceChangeDetail... details)
For the
Modify action, a list of ResourceChangeDetail structures that describes the
changes that CloudFormation will make to the resource. |
| Modifier and Type | Method and Description |
|---|---|
ResourceChange.Builder |
ResourceChange.Builder.details(Collection<ResourceChangeDetail> details)
For the
Modify action, a list of ResourceChangeDetail structures that describes the
changes that CloudFormation will make to the resource. |
Copyright © 2022. All rights reserved.