Uses of Class
org.apache.nifi.processors.aws.wag.client.GenericApiGatewayResponse
Packages that use GenericApiGatewayResponse
-
Uses of GenericApiGatewayResponse in org.apache.nifi.processors.aws.wag
Methods in org.apache.nifi.processors.aws.wag with parameters of type GenericApiGatewayResponseModifier and TypeMethodDescriptionAbstractAWSGatewayApiProcessor.convertAttributesFromHeaders(GenericApiGatewayResponse responseHttp) Returns a Map of flowfile attributes from the response http headers.protected voidAbstractAWSGatewayApiProcessor.logResponse(ComponentLog logger, GenericApiGatewayResponse response) -
Uses of GenericApiGatewayResponse in org.apache.nifi.processors.aws.wag.client
Fields in org.apache.nifi.processors.aws.wag.client with type parameters of type GenericApiGatewayResponseModifier and TypeFieldDescriptionprivate final com.amazonaws.http.JsonResponseHandler<GenericApiGatewayResponse> GenericApiGatewayClient.responseHandlerMethods in org.apache.nifi.processors.aws.wag.client that return GenericApiGatewayResponseModifier and TypeMethodDescriptionprivate GenericApiGatewayResponseGenericApiGatewayClient.execute(com.amazonaws.http.HttpMethodName method, String resourcePath, Map<String, String> headers, Map<String, List<String>> parameters, InputStream content) GenericApiGatewayClient.execute(GenericApiGatewayRequest request)