| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
static Allowed.Builder |
Allowed.builder() |
Allowed.Builder |
Allowed.Builder.policies(Collection<Policy> policies)
A list of policies that allowed the authentication.
|
Allowed.Builder |
Allowed.Builder.policies(Consumer<Policy.Builder>... policies)
A list of policies that allowed the authentication.
|
Allowed.Builder |
Allowed.Builder.policies(Policy... policies)
A list of policies that allowed the authentication.
|
Allowed.Builder |
Allowed.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Allowed.Builder> |
Allowed.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AuthResult.Builder |
AuthResult.Builder.allowed(Consumer<Allowed.Builder> allowed)
The policies and statements that allowed the specified action.
|
Copyright © 2020. All rights reserved.