Uses of Class
com.amazonaws.athena.connector.lambda.ThrottlingInvoker.State
-
Packages that use ThrottlingInvoker.State Package Description com.amazonaws.athena.connector.lambda -
-
Uses of ThrottlingInvoker.State in com.amazonaws.athena.connector.lambda
Methods in com.amazonaws.athena.connector.lambda that return ThrottlingInvoker.State Modifier and Type Method Description ThrottlingInvoker.State
ThrottlingInvoker. getState()
static ThrottlingInvoker.State
ThrottlingInvoker.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static ThrottlingInvoker.State[]
ThrottlingInvoker.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-