| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
AuthResult |
AuthResult.clone() |
AuthResult |
AuthResult.withAllowed(Allowed allowed)
The policies and statements that allowed the specified action.
|
AuthResult |
AuthResult.withAuthDecision(AuthDecision authDecision)
The final authorization decision of this scenario.
|
AuthResult |
AuthResult.withAuthDecision(String authDecision)
The final authorization decision of this scenario.
|
AuthResult |
AuthResult.withAuthInfo(AuthInfo authInfo)
Authorization information.
|
AuthResult |
AuthResult.withDenied(Denied denied)
The policies and statements that denied the specified action.
|
AuthResult |
AuthResult.withMissingContextValues(Collection<String> missingContextValues)
Contains any missing context values found while evaluating policy.
|
AuthResult |
AuthResult.withMissingContextValues(String... missingContextValues)
Contains any missing context values found while evaluating policy.
|
| Modifier and Type | Method and Description |
|---|---|
List<AuthResult> |
TestAuthorizationResult.getAuthResults()
The authentication results.
|
| Modifier and Type | Method and Description |
|---|---|
TestAuthorizationResult |
TestAuthorizationResult.withAuthResults(AuthResult... authResults)
The authentication results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestAuthorizationResult.setAuthResults(Collection<AuthResult> authResults)
The authentication results.
|
TestAuthorizationResult |
TestAuthorizationResult.withAuthResults(Collection<AuthResult> authResults)
The authentication results.
|
Copyright © 2021. All rights reserved.