Uses of Class
software.amazon.awssdk.services.entityresolution.model.StatementEffect
-
Packages that use StatementEffect Package Description software.amazon.awssdk.services.entityresolution.model -
-
Uses of StatementEffect in software.amazon.awssdk.services.entityresolution.model
Methods in software.amazon.awssdk.services.entityresolution.model that return StatementEffect Modifier and Type Method Description StatementEffectAddPolicyStatementRequest. effect()Determines whether the permissions specified in the policy are to be allowed (Allow) or denied (Deny).static StatementEffectStatementEffect. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static StatementEffectStatementEffect. valueOf(String name)Returns the enum constant of this type with the specified name.static StatementEffect[]StatementEffect. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.entityresolution.model that return types with arguments of type StatementEffect Modifier and Type Method Description static Set<StatementEffect>StatementEffect. knownValues()Methods in software.amazon.awssdk.services.entityresolution.model with parameters of type StatementEffect Modifier and Type Method Description AddPolicyStatementRequest.BuilderAddPolicyStatementRequest.Builder. effect(StatementEffect effect)Determines whether the permissions specified in the policy are to be allowed (Allow) or denied (Deny).
-