Skip navigation links
A B C E G H L M O R S T W 

A

AcceptMapper<Output> - Interface in com.onelostlogician.aws.proxy
 
ApiGatewayProxyRequest - Class in com.onelostlogician.aws.proxy
 
ApiGatewayProxyRequest() - Constructor for class com.onelostlogician.aws.proxy.ApiGatewayProxyRequest
 
ApiGatewayProxyRequest(String, String, String, Map<String, String>, Map<String, String>, Map<String, String>, Map<String, String>, Context, String, boolean) - Constructor for class com.onelostlogician.aws.proxy.ApiGatewayProxyRequest
 
ApiGatewayProxyResponse - Class in com.onelostlogician.aws.proxy
 
ApiGatewayProxyResponse() - Constructor for class com.onelostlogician.aws.proxy.ApiGatewayProxyResponse
 
ApiGatewayProxyResponse.ApiGatewayProxyResponseBuilder - Class in com.onelostlogician.aws.proxy
 
ApiGatewayProxyResponseBuilder() - Constructor for class com.onelostlogician.aws.proxy.ApiGatewayProxyResponse.ApiGatewayProxyResponseBuilder
 

B

build() - Method in class com.onelostlogician.aws.proxy.ApiGatewayProxyResponse.ApiGatewayProxyResponseBuilder
 

C

com.onelostlogician.aws.proxy - package com.onelostlogician.aws.proxy
 
Configuration - Interface in com.onelostlogician.aws.proxy
 
ContentTypeMapper<Input> - Interface in com.onelostlogician.aws.proxy
 

E

equals(Object) - Method in class com.onelostlogician.aws.proxy.ApiGatewayProxyRequest
 
equals(Object) - Method in class com.onelostlogician.aws.proxy.ApiGatewayProxyResponse
 

G

getBody() - Method in class com.onelostlogician.aws.proxy.ApiGatewayProxyRequest
 
getBody() - Method in class com.onelostlogician.aws.proxy.ApiGatewayProxyResponse
 
getConfiguration(ApiGatewayProxyRequest, Context) - Method in class com.onelostlogician.aws.proxy.LambdaProxyHandler
 
getContext() - Method in class com.onelostlogician.aws.proxy.ApiGatewayProxyRequest
 
getHeaders() - Method in class com.onelostlogician.aws.proxy.ApiGatewayProxyRequest
 
getHeaders() - Method in class com.onelostlogician.aws.proxy.ApiGatewayProxyResponse
 
getHttpMethod() - Method in class com.onelostlogician.aws.proxy.ApiGatewayProxyRequest
 
getIsBase64Encoded() - Method in class com.onelostlogician.aws.proxy.ApiGatewayProxyRequest
 
getIsBase64Encoded() - Method in class com.onelostlogician.aws.proxy.ApiGatewayProxyResponse
 
getPath() - Method in class com.onelostlogician.aws.proxy.ApiGatewayProxyRequest
 
getPathParameters() - Method in class com.onelostlogician.aws.proxy.ApiGatewayProxyRequest
 
getQueryStringParameters() - Method in class com.onelostlogician.aws.proxy.ApiGatewayProxyRequest
 
getRequiredHeaders() - Method in class com.onelostlogician.aws.proxy.MethodHandler
 
getResource() - Method in class com.onelostlogician.aws.proxy.ApiGatewayProxyRequest
 
getStageVariables() - Method in class com.onelostlogician.aws.proxy.ApiGatewayProxyRequest
 
getStatusCode() - Method in class com.onelostlogician.aws.proxy.ApiGatewayProxyResponse
 

H

handle(Input) - Method in class com.onelostlogician.aws.proxy.MethodHandler
 
handle(ApiGatewayProxyRequest, MediaType, MediaType, Context) - Method in class com.onelostlogician.aws.proxy.MethodHandler
 
handleRequest(ApiGatewayProxyRequest, Context) - Method in class com.onelostlogician.aws.proxy.LambdaProxyHandler
 
hashCode() - Method in class com.onelostlogician.aws.proxy.ApiGatewayProxyRequest
 
hashCode() - Method in class com.onelostlogician.aws.proxy.ApiGatewayProxyResponse
 

L

LambdaException - Exception in com.onelostlogician.aws.proxy
 
LambdaProxyHandler<MethodHandlerConfiguration extends Configuration> - Class in com.onelostlogician.aws.proxy
 
LambdaProxyHandler(boolean) - Constructor for class com.onelostlogician.aws.proxy.LambdaProxyHandler
 
LambdaProxyHandler(boolean, Map<String, Function<MethodHandlerConfiguration, MethodHandler>>) - Constructor for class com.onelostlogician.aws.proxy.LambdaProxyHandler
 

M

MethodHandler<Input,Output> - Class in com.onelostlogician.aws.proxy
 
MethodHandler(Collection<String>) - Constructor for class com.onelostlogician.aws.proxy.MethodHandler
 
MethodHandler() - Constructor for class com.onelostlogician.aws.proxy.MethodHandler
 

O

outputToResponse(Output) - Method in interface com.onelostlogician.aws.proxy.AcceptMapper
 

R

registerExceptionMap(Class<E>, Function<E, ApiGatewayProxyResponse>) - Method in class com.onelostlogician.aws.proxy.MethodHandler
 
registerMethodHandler(String, Function<MethodHandlerConfiguration, MethodHandler>) - Method in class com.onelostlogician.aws.proxy.LambdaProxyHandler
 
registerPerAccept(MediaType, AcceptMapper<Output>) - Method in class com.onelostlogician.aws.proxy.MethodHandler
 
registerPerContentType(MediaType, ContentTypeMapper<Input>) - Method in class com.onelostlogician.aws.proxy.MethodHandler
 
requiredHeaders - Variable in class com.onelostlogician.aws.proxy.MethodHandler
 

S

setBase64Encoded(Boolean) - Method in class com.onelostlogician.aws.proxy.ApiGatewayProxyRequest
 
setBody(String) - Method in class com.onelostlogician.aws.proxy.ApiGatewayProxyRequest
 
setContext(Context) - Method in class com.onelostlogician.aws.proxy.ApiGatewayProxyRequest
 
setHeaders(Map<String, String>) - Method in class com.onelostlogician.aws.proxy.ApiGatewayProxyRequest
 
setHttpMethod(String) - Method in class com.onelostlogician.aws.proxy.ApiGatewayProxyRequest
 
setPath(String) - Method in class com.onelostlogician.aws.proxy.ApiGatewayProxyRequest
 
setPathParameters(Map<String, String>) - Method in class com.onelostlogician.aws.proxy.ApiGatewayProxyRequest
 
setQueryStringParameters(Map<String, String>) - Method in class com.onelostlogician.aws.proxy.ApiGatewayProxyRequest
 
setResource(String) - Method in class com.onelostlogician.aws.proxy.ApiGatewayProxyRequest
 
setStageVariables(Map<String, String>) - Method in class com.onelostlogician.aws.proxy.ApiGatewayProxyRequest
 

T

toInput(ApiGatewayProxyRequest, Context) - Method in interface com.onelostlogician.aws.proxy.ContentTypeMapper
 
toString() - Method in class com.onelostlogician.aws.proxy.ApiGatewayProxyRequest
 
toString() - Method in class com.onelostlogician.aws.proxy.ApiGatewayProxyResponse
 

W

withBase64Encoded(boolean) - Method in class com.onelostlogician.aws.proxy.ApiGatewayProxyResponse.ApiGatewayProxyResponseBuilder
 
withBody(String) - Method in class com.onelostlogician.aws.proxy.ApiGatewayProxyResponse.ApiGatewayProxyResponseBuilder
 
withHeaders(Map<String, String>) - Method in class com.onelostlogician.aws.proxy.ApiGatewayProxyResponse.ApiGatewayProxyResponseBuilder
 
withStatusCode(int) - Method in class com.onelostlogician.aws.proxy.ApiGatewayProxyResponse.ApiGatewayProxyResponseBuilder
 
A B C E G H L M O R S T W 
Skip navigation links

Copyright © 2017. All Rights Reserved.