Uses of Interface
software.amazon.awssdk.services.glue.model.ResponseExtractionMapping.Builder
-
Packages that use ResponseExtractionMapping.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of ResponseExtractionMapping.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return ResponseExtractionMapping.Builder Modifier and Type Method Description static ResponseExtractionMapping.BuilderResponseExtractionMapping. builder()ResponseExtractionMapping.BuilderResponseExtractionMapping.Builder. contentPath(String contentPath)A JSON path expression that specifies how to extract a value from the response body content.ResponseExtractionMapping.BuilderResponseExtractionMapping.Builder. headerKey(String headerKey)The name of an HTTP response header from which to extract the value.ResponseExtractionMapping.BuilderResponseExtractionMapping. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type ResponseExtractionMapping.Builder Modifier and Type Method Description static Class<? extends ResponseExtractionMapping.Builder>ResponseExtractionMapping. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type ResponseExtractionMapping.Builder Modifier and Type Method Description default ExtractedParameter.BuilderExtractedParameter.Builder. value(Consumer<ResponseExtractionMapping.Builder> value)The JSON path or extraction mapping that defines how to extract the parameter value from API responses.
-