Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.Effect
-
Packages that use Effect Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of Effect in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return Effect Modifier and Type Method Description EffectCreateResourcePolicyStatementRequest. effect()Determines whether the statement allows or denies access to the resource.static EffectEffect. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EffectEffect. valueOf(String name)Returns the enum constant of this type with the specified name.static Effect[]Effect. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type Effect Modifier and Type Method Description static Set<Effect>Effect. knownValues()Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type Effect Modifier and Type Method Description CreateResourcePolicyStatementRequest.BuilderCreateResourcePolicyStatementRequest.Builder. effect(Effect effect)Determines whether the statement allows or denies access to the resource.
-