Uses of Class
org.apache.nifi.processors.aws.wag.client.GenericApiGatewayRequestBuilder
Packages that use GenericApiGatewayRequestBuilder
-
Uses of GenericApiGatewayRequestBuilder in org.apache.nifi.processors.aws.wag
Methods in org.apache.nifi.processors.aws.wag that return GenericApiGatewayRequestBuilderModifier and TypeMethodDescriptionprotected GenericApiGatewayRequestBuilderAbstractAWSGatewayApiProcessor.setHeaderProperties(ProcessContext context, GenericApiGatewayRequestBuilder requestBuilder, com.amazonaws.http.HttpMethodName methodName, Map<String, String> requestAttributes) Methods in org.apache.nifi.processors.aws.wag with parameters of type GenericApiGatewayRequestBuilderModifier and TypeMethodDescriptionprotected GenericApiGatewayRequestBuilderAbstractAWSGatewayApiProcessor.setHeaderProperties(ProcessContext context, GenericApiGatewayRequestBuilder requestBuilder, com.amazonaws.http.HttpMethodName methodName, Map<String, String> requestAttributes) -
Uses of GenericApiGatewayRequestBuilder in org.apache.nifi.processors.aws.wag.client
Methods in org.apache.nifi.processors.aws.wag.client that return GenericApiGatewayRequestBuilderModifier and TypeMethodDescriptionGenericApiGatewayRequestBuilder.withBody(InputStream content) GenericApiGatewayRequestBuilder.withHeaders(Map<String, String> headers) GenericApiGatewayRequestBuilder.withHttpMethod(com.amazonaws.http.HttpMethodName name) GenericApiGatewayRequestBuilder.withParameters(Map<String, List<String>> parameters) GenericApiGatewayRequestBuilder.withResourcePath(String path)