| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
AuthResult.Builder |
AuthResult.Builder.allowed(Allowed allowed)
The policies and statements that allowed the specified action.
|
default AuthResult.Builder |
AuthResult.Builder.allowed(Consumer<Allowed.Builder> allowed)
The policies and statements that allowed the specified action.
|
AuthResult.Builder |
AuthResult.Builder.authDecision(AuthDecision authDecision)
The final authorization decision of this scenario.
|
AuthResult.Builder |
AuthResult.Builder.authDecision(String authDecision)
The final authorization decision of this scenario.
|
AuthResult.Builder |
AuthResult.Builder.authInfo(AuthInfo authInfo)
Authorization information.
|
default AuthResult.Builder |
AuthResult.Builder.authInfo(Consumer<AuthInfo.Builder> authInfo)
Authorization information.
|
static AuthResult.Builder |
AuthResult.builder() |
default AuthResult.Builder |
AuthResult.Builder.denied(Consumer<Denied.Builder> denied)
The policies and statements that denied the specified action.
|
AuthResult.Builder |
AuthResult.Builder.denied(Denied denied)
The policies and statements that denied the specified action.
|
AuthResult.Builder |
AuthResult.Builder.missingContextValues(Collection<String> missingContextValues)
Contains any missing context values found while evaluating policy.
|
AuthResult.Builder |
AuthResult.Builder.missingContextValues(String... missingContextValues)
Contains any missing context values found while evaluating policy.
|
AuthResult.Builder |
AuthResult.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AuthResult.Builder> |
AuthResult.serializableBuilderClass() |
Copyright © 2023. All rights reserved.