Uses of Class
software.amazon.awssdk.services.glue.model.RestConfiguration
-
Packages that use RestConfiguration Package Description software.amazon.awssdk.services.glue.model -
-
Uses of RestConfiguration in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return RestConfiguration Modifier and Type Method Description RestConfigurationDescribeConnectionTypeResponse. restConfiguration()HTTP request and response configuration, validation endpoint, and entity configurations for REST based data source.RestConfigurationRegisterConnectionTypeRequest. restConfiguration()Defines the HTTP request and response configuration, validation endpoint, and entity configurations for REST API interactions.Methods in software.amazon.awssdk.services.glue.model with parameters of type RestConfiguration Modifier and Type Method Description DescribeConnectionTypeResponse.BuilderDescribeConnectionTypeResponse.Builder. restConfiguration(RestConfiguration restConfiguration)HTTP request and response configuration, validation endpoint, and entity configurations for REST based data source.RegisterConnectionTypeRequest.BuilderRegisterConnectionTypeRequest.Builder. restConfiguration(RestConfiguration restConfiguration)Defines the HTTP request and response configuration, validation endpoint, and entity configurations for REST API interactions.
-