| Package | Description |
|---|---|
| software.amazon.awssdk.services.verifiedpermissions.model |
| Modifier and Type | Method and Description |
|---|---|
Decision |
IsAuthorizedResponse.decision()
An authorization decision that indicates if the authorization request should be allowed or denied.
|
Decision |
IsAuthorizedWithTokenResponse.decision()
An authorization decision that indicates if the authorization request should be allowed or denied.
|
static Decision |
Decision.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Decision |
Decision.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<Decision> |
Decision.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
IsAuthorizedResponse.Builder |
IsAuthorizedResponse.Builder.decision(Decision decision)
An authorization decision that indicates if the authorization request should be allowed or denied.
|
IsAuthorizedWithTokenResponse.Builder |
IsAuthorizedWithTokenResponse.Builder.decision(Decision decision)
An authorization decision that indicates if the authorization request should be allowed or denied.
|
Copyright © 2023. All rights reserved.