| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
PhysicalResourceIdContextKeyValuePair |
PhysicalResourceIdContextKeyValuePair.clone() |
PhysicalResourceIdContextKeyValuePair |
PhysicalResourceIdContextKeyValuePair.withKey(String key)
The resource context key.
|
PhysicalResourceIdContextKeyValuePair |
PhysicalResourceIdContextKeyValuePair.withValue(String value)
The resource context value.
|
| Modifier and Type | Method and Description |
|---|---|
List<PhysicalResourceIdContextKeyValuePair> |
StackInstanceResourceDriftsSummary.getPhysicalResourceIdContext()
Context information that enables CloudFormation to uniquely identify a resource.
|
List<PhysicalResourceIdContextKeyValuePair> |
StackResourceDrift.getPhysicalResourceIdContext()
Context information that enables CloudFormation to uniquely identify a resource.
|
| Modifier and Type | Method and Description |
|---|---|
StackInstanceResourceDriftsSummary |
StackInstanceResourceDriftsSummary.withPhysicalResourceIdContext(PhysicalResourceIdContextKeyValuePair... physicalResourceIdContext)
Context information that enables CloudFormation to uniquely identify a resource.
|
StackResourceDrift |
StackResourceDrift.withPhysicalResourceIdContext(PhysicalResourceIdContextKeyValuePair... physicalResourceIdContext)
Context information that enables CloudFormation to uniquely identify a resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StackInstanceResourceDriftsSummary.setPhysicalResourceIdContext(Collection<PhysicalResourceIdContextKeyValuePair> physicalResourceIdContext)
Context information that enables CloudFormation to uniquely identify a resource.
|
void |
StackResourceDrift.setPhysicalResourceIdContext(Collection<PhysicalResourceIdContextKeyValuePair> physicalResourceIdContext)
Context information that enables CloudFormation to uniquely identify a resource.
|
StackInstanceResourceDriftsSummary |
StackInstanceResourceDriftsSummary.withPhysicalResourceIdContext(Collection<PhysicalResourceIdContextKeyValuePair> physicalResourceIdContext)
Context information that enables CloudFormation to uniquely identify a resource.
|
StackResourceDrift |
StackResourceDrift.withPhysicalResourceIdContext(Collection<PhysicalResourceIdContextKeyValuePair> physicalResourceIdContext)
Context information that enables CloudFormation to uniquely identify a resource.
|
Copyright © 2023. All rights reserved.