| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
WarningDetail |
WarningDetail.clone() |
WarningDetail |
WarningDetail.withProperties(Collection<WarningProperty> properties)
The properties of the resource that are impacted by this warning.
|
WarningDetail |
WarningDetail.withProperties(WarningProperty... properties)
The properties of the resource that are impacted by this warning.
|
WarningDetail |
WarningDetail.withType(String type)
The type of this warning.
|
WarningDetail |
WarningDetail.withType(WarningType type)
The type of this warning.
|
| Modifier and Type | Method and Description |
|---|---|
List<WarningDetail> |
ResourceDetail.getWarnings()
The warnings generated for this resource.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceDetail |
ResourceDetail.withWarnings(WarningDetail... warnings)
The warnings generated for this resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetail.setWarnings(Collection<WarningDetail> warnings)
The warnings generated for this resource.
|
ResourceDetail |
ResourceDetail.withWarnings(Collection<WarningDetail> warnings)
The warnings generated for this resource.
|
Copyright © 2024. All rights reserved.