Uses of Interface
software.amazon.awssdk.services.cloudformation.model.PhysicalResourceIdContextKeyValuePair.Builder
-
Packages that use PhysicalResourceIdContextKeyValuePair.Builder Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of PhysicalResourceIdContextKeyValuePair.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return PhysicalResourceIdContextKeyValuePair.Builder Modifier and Type Method Description static PhysicalResourceIdContextKeyValuePair.BuilderPhysicalResourceIdContextKeyValuePair. builder()PhysicalResourceIdContextKeyValuePair.BuilderPhysicalResourceIdContextKeyValuePair.Builder. key(String key)The resource context key.PhysicalResourceIdContextKeyValuePair.BuilderPhysicalResourceIdContextKeyValuePair. toBuilder()PhysicalResourceIdContextKeyValuePair.BuilderPhysicalResourceIdContextKeyValuePair.Builder. value(String value)The resource context value.Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type PhysicalResourceIdContextKeyValuePair.Builder Modifier and Type Method Description static Class<? extends PhysicalResourceIdContextKeyValuePair.Builder>PhysicalResourceIdContextKeyValuePair. serializableBuilderClass()
-