Uses of Interface
software.amazon.awssdk.services.glue.model.ResponseConfiguration.Builder
-
Packages that use ResponseConfiguration.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of ResponseConfiguration.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return ResponseConfiguration.Builder Modifier and Type Method Description static ResponseConfiguration.BuilderResponseConfiguration. builder()ResponseConfiguration.BuilderResponseConfiguration.Builder. errorPath(String errorPath)The JSON path expression that identifies where error information is located within API responses when requests fail.ResponseConfiguration.BuilderResponseConfiguration.Builder. resultPath(String resultPath)The JSON path expression that identifies where the actual result data is located within the API response.ResponseConfiguration.BuilderResponseConfiguration. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type ResponseConfiguration.Builder Modifier and Type Method Description static Class<? extends ResponseConfiguration.Builder>ResponseConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type ResponseConfiguration.Builder Modifier and Type Method Description default SourceConfiguration.BuilderSourceConfiguration.Builder. responseConfiguration(Consumer<ResponseConfiguration.Builder> responseConfiguration)Configuration that defines how to parse and extract data from API responses, including success and error handling.
-