Uses of Interface
software.amazon.awscdk.services.appsync.AddFieldOptions
Packages that use AddFieldOptions
-
Uses of AddFieldOptions in software.amazon.awscdk.services.appsync
Classes in software.amazon.awscdk.services.appsync that implement AddFieldOptionsMethods in software.amazon.awscdk.services.appsync that return AddFieldOptionsModifier and TypeMethodDescriptionAddFieldOptions.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.appsync with parameters of type AddFieldOptionsModifier and TypeMethodDescriptionvoidEnumType.addField(AddFieldOptions options) (experimental) Add a field to this Enum Type.voidIIntermediateType.addField(AddFieldOptions options) (experimental) Add a field to this Intermediate Type.default voidIIntermediateType.Jsii$Default.addField(AddFieldOptions options) (experimental) Add a field to this Intermediate Type.final voidIIntermediateType.Jsii$Proxy.addField(AddFieldOptions options) (experimental) Add a field to this Intermediate Type.voidInputType.addField(AddFieldOptions options) (experimental) Add a field to this Input Type.voidInterfaceType.addField(AddFieldOptions options) (experimental) Add a field to this Interface Type.voidObjectType.addField(AddFieldOptions options) (experimental) Add a field to this Object Type.voidUnionType.addField(AddFieldOptions options) (experimental) Add a field to this Union Type.