| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
Policy |
Policy.clone() |
Policy |
Policy.withPolicyArn(String policyArn)
The policy ARN.
|
Policy |
Policy.withPolicyName(String policyName)
The policy name.
|
| Modifier and Type | Method and Description |
|---|---|
List<Policy> |
ExplicitDeny.getPolicies()
The policies that denied the authorization.
|
List<Policy> |
ImplicitDeny.getPolicies()
Policies that don't contain a matching allow or deny statement for the specified action on the specified
resource.
|
List<Policy> |
Allowed.getPolicies()
A list of policies that allowed the authentication.
|
List<Policy> |
ListPrincipalPoliciesResult.getPolicies()
The policies.
|
List<Policy> |
ListPoliciesResult.getPolicies()
The descriptions of the policies.
|
List<Policy> |
ListAttachedPoliciesResult.getPolicies()
The policies.
|
| Modifier and Type | Method and Description |
|---|---|
ExplicitDeny |
ExplicitDeny.withPolicies(Policy... policies)
The policies that denied the authorization.
|
ImplicitDeny |
ImplicitDeny.withPolicies(Policy... policies)
Policies that don't contain a matching allow or deny statement for the specified action on the specified
resource.
|
Allowed |
Allowed.withPolicies(Policy... policies)
A list of policies that allowed the authentication.
|
ListPrincipalPoliciesResult |
ListPrincipalPoliciesResult.withPolicies(Policy... policies)
The policies.
|
ListPoliciesResult |
ListPoliciesResult.withPolicies(Policy... policies)
The descriptions of the policies.
|
ListAttachedPoliciesResult |
ListAttachedPoliciesResult.withPolicies(Policy... policies)
The policies.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExplicitDeny.setPolicies(Collection<Policy> policies)
The policies that denied the authorization.
|
void |
ImplicitDeny.setPolicies(Collection<Policy> policies)
Policies that don't contain a matching allow or deny statement for the specified action on the specified
resource.
|
void |
Allowed.setPolicies(Collection<Policy> policies)
A list of policies that allowed the authentication.
|
void |
ListPrincipalPoliciesResult.setPolicies(Collection<Policy> policies)
The policies.
|
void |
ListPoliciesResult.setPolicies(Collection<Policy> policies)
The descriptions of the policies.
|
void |
ListAttachedPoliciesResult.setPolicies(Collection<Policy> policies)
The policies.
|
ExplicitDeny |
ExplicitDeny.withPolicies(Collection<Policy> policies)
The policies that denied 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.
|
Allowed |
Allowed.withPolicies(Collection<Policy> policies)
A list of policies that allowed the authentication.
|
ListPrincipalPoliciesResult |
ListPrincipalPoliciesResult.withPolicies(Collection<Policy> policies)
The policies.
|
ListPoliciesResult |
ListPoliciesResult.withPolicies(Collection<Policy> policies)
The descriptions of the policies.
|
ListAttachedPoliciesResult |
ListAttachedPoliciesResult.withPolicies(Collection<Policy> policies)
The policies.
|
Copyright © 2022. All rights reserved.