Uses of Class
software.amazon.awssdk.services.cloudformation.model.PhysicalResourceIdContextKeyValuePair
-
Packages that use PhysicalResourceIdContextKeyValuePair Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of PhysicalResourceIdContextKeyValuePair in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type PhysicalResourceIdContextKeyValuePair Modifier and Type Method Description List<PhysicalResourceIdContextKeyValuePair>StackInstanceResourceDriftsSummary. physicalResourceIdContext()Context information that enables CloudFormation to uniquely identify a resource.List<PhysicalResourceIdContextKeyValuePair>StackResourceDrift. physicalResourceIdContext()Context information that enables CloudFormation to uniquely identify a resource.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type PhysicalResourceIdContextKeyValuePair Modifier and Type Method Description StackInstanceResourceDriftsSummary.BuilderStackInstanceResourceDriftsSummary.Builder. physicalResourceIdContext(PhysicalResourceIdContextKeyValuePair... physicalResourceIdContext)Context information that enables CloudFormation to uniquely identify a resource.StackResourceDrift.BuilderStackResourceDrift.Builder. physicalResourceIdContext(PhysicalResourceIdContextKeyValuePair... physicalResourceIdContext)Context information that enables CloudFormation to uniquely identify a resource.Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type PhysicalResourceIdContextKeyValuePair Modifier and Type Method Description StackInstanceResourceDriftsSummary.BuilderStackInstanceResourceDriftsSummary.Builder. physicalResourceIdContext(Collection<PhysicalResourceIdContextKeyValuePair> physicalResourceIdContext)Context information that enables CloudFormation to uniquely identify a resource.StackResourceDrift.BuilderStackResourceDrift.Builder. physicalResourceIdContext(Collection<PhysicalResourceIdContextKeyValuePair> physicalResourceIdContext)Context information that enables CloudFormation to uniquely identify a resource.
-