Uses of Class
software.amazon.awssdk.services.verifiedpermissions.model.PolicyEffect
-
Packages that use PolicyEffect Package Description software.amazon.awssdk.services.verifiedpermissions.model -
-
Uses of PolicyEffect in software.amazon.awssdk.services.verifiedpermissions.model
Methods in software.amazon.awssdk.services.verifiedpermissions.model that return PolicyEffect Modifier and Type Method Description PolicyEffectCreatePolicyResponse. effect()The effect of the decision that a policy returns to an authorization request.PolicyEffectGetPolicyResponse. effect()The effect of the decision that a policy returns to an authorization request.PolicyEffectPolicyItem. effect()The effect of the decision that a policy returns to an authorization request.PolicyEffectUpdatePolicyResponse. effect()The effect of the decision that a policy returns to an authorization request.static PolicyEffectPolicyEffect. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static PolicyEffectPolicyEffect. valueOf(String name)Returns the enum constant of this type with the specified name.static PolicyEffect[]PolicyEffect. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.verifiedpermissions.model that return types with arguments of type PolicyEffect Modifier and Type Method Description static Set<PolicyEffect>PolicyEffect. knownValues()Methods in software.amazon.awssdk.services.verifiedpermissions.model with parameters of type PolicyEffect Modifier and Type Method Description CreatePolicyResponse.BuilderCreatePolicyResponse.Builder. effect(PolicyEffect effect)The effect of the decision that a policy returns to an authorization request.GetPolicyResponse.BuilderGetPolicyResponse.Builder. effect(PolicyEffect effect)The effect of the decision that a policy returns to an authorization request.PolicyItem.BuilderPolicyItem.Builder. effect(PolicyEffect effect)The effect of the decision that a policy returns to an authorization request.UpdatePolicyResponse.BuilderUpdatePolicyResponse.Builder. effect(PolicyEffect effect)The effect of the decision that a policy returns to an authorization request.
-