Uses of Class
software.amazon.awssdk.services.cloudformation.model.PhysicalResourceIdContextKeyValuePair
Packages that use PhysicalResourceIdContextKeyValuePair
-
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 PhysicalResourceIdContextKeyValuePairModifier and TypeMethodDescriptionStackInstanceResourceDriftsSummary.physicalResourceIdContext()Context information that enables CloudFormation to uniquely identify a resource.StackResourceDrift.physicalResourceIdContext()Context information that enables CloudFormation to uniquely identify a resource.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type PhysicalResourceIdContextKeyValuePairModifier and TypeMethodDescriptionStackInstanceResourceDriftsSummary.Builder.physicalResourceIdContext(PhysicalResourceIdContextKeyValuePair... physicalResourceIdContext) Context information that enables CloudFormation to uniquely identify a resource.StackResourceDrift.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 PhysicalResourceIdContextKeyValuePairModifier and TypeMethodDescriptionStackInstanceResourceDriftsSummary.Builder.physicalResourceIdContext(Collection<PhysicalResourceIdContextKeyValuePair> physicalResourceIdContext) Context information that enables CloudFormation to uniquely identify a resource.StackResourceDrift.Builder.physicalResourceIdContext(Collection<PhysicalResourceIdContextKeyValuePair> physicalResourceIdContext) Context information that enables CloudFormation to uniquely identify a resource.