| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
static Denied.Builder |
Denied.builder() |
default Denied.Builder |
Denied.Builder.explicitDeny(Consumer<ExplicitDeny.Builder> explicitDeny)
Information that explicitly denies the authorization.
|
Denied.Builder |
Denied.Builder.explicitDeny(ExplicitDeny explicitDeny)
Information that explicitly denies the authorization.
|
default Denied.Builder |
Denied.Builder.implicitDeny(Consumer<ImplicitDeny.Builder> implicitDeny)
Information that implicitly denies the authorization.
|
Denied.Builder |
Denied.Builder.implicitDeny(ImplicitDeny implicitDeny)
Information that implicitly denies the authorization.
|
Denied.Builder |
Denied.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Denied.Builder> |
Denied.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AuthResult.Builder |
AuthResult.Builder.denied(Consumer<Denied.Builder> denied)
The policies and statements that denied the specified action.
|
Copyright © 2021. All rights reserved.