Package | Description |
---|---|
com.amazonaws.services.appsync.model |
Modifier and Type | Method and Description |
---|---|
HttpDataSourceConfig |
HttpDataSourceConfig.clone() |
HttpDataSourceConfig |
DataSource.getHttpConfig()
HTTP endpoint settings.
|
HttpDataSourceConfig |
CreateDataSourceRequest.getHttpConfig()
HTTP endpoint settings.
|
HttpDataSourceConfig |
UpdateDataSourceRequest.getHttpConfig()
The new HTTP endpoint configuration.
|
HttpDataSourceConfig |
HttpDataSourceConfig.withAuthorizationConfig(AuthorizationConfig authorizationConfig)
The authorization config in case the HTTP endpoint requires authorization.
|
HttpDataSourceConfig |
HttpDataSourceConfig.withEndpoint(String endpoint)
The HTTP URL endpoint.
|
Modifier and Type | Method and Description |
---|---|
void |
DataSource.setHttpConfig(HttpDataSourceConfig httpConfig)
HTTP endpoint settings.
|
void |
CreateDataSourceRequest.setHttpConfig(HttpDataSourceConfig httpConfig)
HTTP endpoint settings.
|
void |
UpdateDataSourceRequest.setHttpConfig(HttpDataSourceConfig httpConfig)
The new HTTP endpoint configuration.
|
DataSource |
DataSource.withHttpConfig(HttpDataSourceConfig httpConfig)
HTTP endpoint settings.
|
CreateDataSourceRequest |
CreateDataSourceRequest.withHttpConfig(HttpDataSourceConfig httpConfig)
HTTP endpoint settings.
|
UpdateDataSourceRequest |
UpdateDataSourceRequest.withHttpConfig(HttpDataSourceConfig httpConfig)
The new HTTP endpoint configuration.
|
Copyright © 2019. All rights reserved.