Uses of Interface
software.amazon.awscdk.services.appsync.SchemaBindOptions
Packages that use SchemaBindOptions
-
Uses of SchemaBindOptions in software.amazon.awscdk.services.appsync
Classes in software.amazon.awscdk.services.appsync that implement SchemaBindOptionsMethods in software.amazon.awscdk.services.appsync that return SchemaBindOptionsModifier and TypeMethodDescriptionSchemaBindOptions.Builder.build()
Builds the configured instance.Methods in software.amazon.awscdk.services.appsync with parameters of type SchemaBindOptionsModifier and TypeMethodDescriptionISchema.bind
(IGraphqlApi api, SchemaBindOptions options) Binds a schema string to a GraphQlApi.default ISchemaConfig
ISchema.Jsii$Default.bind
(IGraphqlApi api, SchemaBindOptions options) Binds a schema string to a GraphQlApi.final ISchemaConfig
ISchema.Jsii$Proxy.bind
(IGraphqlApi api, SchemaBindOptions options) Binds a schema string to a GraphQlApi.SchemaFile.bind
(IGraphqlApi api, SchemaBindOptions _options) Called when the GraphQL Api is initialized to allow this object to bind to the stack.