| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
ImplicitDeny |
ImplicitDeny.clone() |
ImplicitDeny |
Denied.getImplicitDeny()
Information that implicitly denies the authorization.
|
ImplicitDeny |
ImplicitDeny.withPolicies(Collection<Policy> policies)
Policies that don't contain a matching allow or deny statement for the specified action on the specified
resource.
|
ImplicitDeny |
ImplicitDeny.withPolicies(Policy... policies)
Policies that don't contain a matching allow or deny statement for the specified action on the specified
resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Denied.setImplicitDeny(ImplicitDeny implicitDeny)
Information that implicitly denies the authorization.
|
Denied |
Denied.withImplicitDeny(ImplicitDeny implicitDeny)
Information that implicitly denies the authorization.
|
Copyright © 2019. All rights reserved.