Uses of Class
software.amazon.awssdk.services.appsync.model.HttpDataSourceConfig
Packages that use HttpDataSourceConfig
-
Uses of HttpDataSourceConfig in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return HttpDataSourceConfigModifier and TypeMethodDescriptionfinal HttpDataSourceConfigCreateDataSourceRequest.httpConfig()HTTP endpoint settings.final HttpDataSourceConfigDataSource.httpConfig()HTTP endpoint settings.final HttpDataSourceConfigUpdateDataSourceRequest.httpConfig()The new HTTP endpoint configuration.Methods in software.amazon.awssdk.services.appsync.model with parameters of type HttpDataSourceConfigModifier and TypeMethodDescriptionCreateDataSourceRequest.Builder.httpConfig(HttpDataSourceConfig httpConfig) HTTP endpoint settings.DataSource.Builder.httpConfig(HttpDataSourceConfig httpConfig) HTTP endpoint settings.UpdateDataSourceRequest.Builder.httpConfig(HttpDataSourceConfig httpConfig) The new HTTP endpoint configuration.