Uses of Class
io.quarkus.amazon.lambda.http.model.AwsProxyRequest.RequestSource
-
Packages that use AwsProxyRequest.RequestSource Package Description io.quarkus.amazon.lambda.http.model -
-
Uses of AwsProxyRequest.RequestSource in io.quarkus.amazon.lambda.http.model
Methods in io.quarkus.amazon.lambda.http.model that return AwsProxyRequest.RequestSource Modifier and Type Method Description AwsProxyRequest.RequestSourceAwsProxyRequest. getRequestSource()static AwsProxyRequest.RequestSourceAwsProxyRequest.RequestSource. valueOf(String name)Returns the enum constant of this type with the specified name.static AwsProxyRequest.RequestSource[]AwsProxyRequest.RequestSource. values()Returns an array containing the constants of this enum type, in the order they are declared.
-