Uses of Class
software.amazon.awssdk.services.verifiedpermissions.model.Decision
-
Packages that use Decision Package Description software.amazon.awssdk.services.verifiedpermissions.model -
-
Uses of Decision in software.amazon.awssdk.services.verifiedpermissions.model
Methods in software.amazon.awssdk.services.verifiedpermissions.model that return Decision Modifier and Type Method Description DecisionBatchIsAuthorizedOutputItem. decision()An authorization decision that indicates if the authorization request should be allowed or denied.DecisionIsAuthorizedResponse. decision()An authorization decision that indicates if the authorization request should be allowed or denied.DecisionIsAuthorizedWithTokenResponse. decision()An authorization decision that indicates if the authorization request should be allowed or denied.static DecisionDecision. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DecisionDecision. valueOf(String name)Returns the enum constant of this type with the specified name.static Decision[]Decision. 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 Decision Modifier and Type Method Description static Set<Decision>Decision. knownValues()Methods in software.amazon.awssdk.services.verifiedpermissions.model with parameters of type Decision Modifier and Type Method Description BatchIsAuthorizedOutputItem.BuilderBatchIsAuthorizedOutputItem.Builder. decision(Decision decision)An authorization decision that indicates if the authorization request should be allowed or denied.IsAuthorizedResponse.BuilderIsAuthorizedResponse.Builder. decision(Decision decision)An authorization decision that indicates if the authorization request should be allowed or denied.IsAuthorizedWithTokenResponse.BuilderIsAuthorizedWithTokenResponse.Builder. decision(Decision decision)An authorization decision that indicates if the authorization request should be allowed or denied.
-