| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
List<Policy> |
ExplicitDeny.policies()
The policies that denied the authorization.
|
List<Policy> |
ImplicitDeny.policies()
Policies that don't contain a matching allow or deny statement for the specified action on the specified
resource.
|
List<Policy> |
ListPoliciesResponse.policies()
The descriptions of the policies.
|
List<Policy> |
ListAttachedPoliciesResponse.policies()
The policies.
|
List<Policy> |
Allowed.policies()
A list of policies that allowed the authentication.
|
| Modifier and Type | Method and Description |
|---|---|
ExplicitDeny.Builder |
ExplicitDeny.Builder.policies(Policy... policies)
The policies that denied the authorization.
|
ImplicitDeny.Builder |
ImplicitDeny.Builder.policies(Policy... policies)
Policies that don't contain a matching allow or deny statement for the specified action on the specified
resource.
|
ListPoliciesResponse.Builder |
ListPoliciesResponse.Builder.policies(Policy... policies)
The descriptions of the policies.
|
ListAttachedPoliciesResponse.Builder |
ListAttachedPoliciesResponse.Builder.policies(Policy... policies)
The policies.
|
Allowed.Builder |
Allowed.Builder.policies(Policy... policies)
A list of policies that allowed the authentication.
|
| Modifier and Type | Method and Description |
|---|---|
ExplicitDeny.Builder |
ExplicitDeny.Builder.policies(Collection<Policy> policies)
The policies that denied the authorization.
|
ImplicitDeny.Builder |
ImplicitDeny.Builder.policies(Collection<Policy> policies)
Policies that don't contain a matching allow or deny statement for the specified action on the specified
resource.
|
ListPoliciesResponse.Builder |
ListPoliciesResponse.Builder.policies(Collection<Policy> policies)
The descriptions of the policies.
|
ListAttachedPoliciesResponse.Builder |
ListAttachedPoliciesResponse.Builder.policies(Collection<Policy> policies)
The policies.
|
Allowed.Builder |
Allowed.Builder.policies(Collection<Policy> policies)
A list of policies that allowed the authentication.
|
Copyright © 2019. All rights reserved.