Uses of Interface
com.amazonaws.athena.connector.lambda.ThrottlingInvoker.ExceptionFilter
-
Packages that use ThrottlingInvoker.ExceptionFilter Package Description com.amazonaws.athena.connector.lambda com.amazonaws.athena.connector.lambda.handlers -
-
Uses of ThrottlingInvoker.ExceptionFilter in com.amazonaws.athena.connector.lambda
Methods in com.amazonaws.athena.connector.lambda with parameters of type ThrottlingInvoker.ExceptionFilter Modifier and Type Method Description static ThrottlingInvoker.BuilderThrottlingInvoker. newDefaultBuilder(ThrottlingInvoker.ExceptionFilter filter, Map<String,String> configOptions)Produces a Builder with default values set allowing you to override only specific defaults.ThrottlingInvoker.BuilderThrottlingInvoker.Builder. withFilter(ThrottlingInvoker.ExceptionFilter filter) -
Uses of ThrottlingInvoker.ExceptionFilter in com.amazonaws.athena.connector.lambda.handlers
Classes in com.amazonaws.athena.connector.lambda.handlers that implement ThrottlingInvoker.ExceptionFilter Modifier and Type Class Description classAthenaExceptionFilterFields in com.amazonaws.athena.connector.lambda.handlers declared as ThrottlingInvoker.ExceptionFilter Modifier and Type Field Description static ThrottlingInvoker.ExceptionFilterAthenaExceptionFilter. ATHENA_EXCEPTION_FILTER
-