Uses of Interface
software.amazon.awscdk.services.appsync.HttpDataSourceOptions
Packages that use HttpDataSourceOptions
-
Uses of HttpDataSourceOptions in software.amazon.awscdk.services.appsync
Classes in software.amazon.awscdk.services.appsync that implement HttpDataSourceOptionsMethods in software.amazon.awscdk.services.appsync that return HttpDataSourceOptionsModifier and TypeMethodDescriptionHttpDataSourceOptions.Builder.build()
Builds the configured instance.Methods in software.amazon.awscdk.services.appsync with parameters of type HttpDataSourceOptionsModifier and TypeMethodDescriptionGraphqlApiBase.addHttpDataSource
(String id, String endpoint, HttpDataSourceOptions options) add a new http data source to this API.IGraphqlApi.addHttpDataSource
(String id, String endpoint, HttpDataSourceOptions options) add a new http data source to this API.default HttpDataSource
IGraphqlApi.Jsii$Default.addHttpDataSource
(String id, String endpoint, HttpDataSourceOptions options) add a new http data source to this API.final HttpDataSource
IGraphqlApi.Jsii$Proxy.addHttpDataSource
(String id, String endpoint, HttpDataSourceOptions options) add a new http data source to this API.