| Package | Description |
|---|---|
| software.amazon.awscdk.services.appsync |
AWS AppSync Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
HttpDataSourceOptions.Jsii$Proxy
An implementation for
HttpDataSourceOptions |
| Modifier and Type | Method and Description |
|---|---|
HttpDataSourceOptions |
HttpDataSourceOptions.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
HttpDataSource |
GraphqlApiBase.addHttpDataSource(String id,
String endpoint,
HttpDataSourceOptions options)
(experimental) add a new http data source to this API.
|
HttpDataSource |
IGraphqlApi.addHttpDataSource(String id,
String endpoint,
HttpDataSourceOptions options)
(experimental) add a new http data source to this API.
|
HttpDataSource |
IGraphqlApi.Jsii$Proxy.addHttpDataSource(String id,
String endpoint,
HttpDataSourceOptions options)
(experimental) add a new http data source to this API.
|
default HttpDataSource |
IGraphqlApi.Jsii$Default.addHttpDataSource(String id,
String endpoint,
HttpDataSourceOptions options)
(experimental) add a new http data source to this API.
|
Copyright © 2022. All rights reserved.