| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
EffectivePolicy |
EffectivePolicy.clone() |
EffectivePolicy |
EffectivePolicy.withPolicyArn(String policyArn)
The policy ARN.
|
EffectivePolicy |
EffectivePolicy.withPolicyDocument(String policyDocument)
The IAM policy document.
|
EffectivePolicy |
EffectivePolicy.withPolicyName(String policyName)
The policy name.
|
| Modifier and Type | Method and Description |
|---|---|
List<EffectivePolicy> |
GetEffectivePoliciesResult.getEffectivePolicies()
The effective policies.
|
| Modifier and Type | Method and Description |
|---|---|
GetEffectivePoliciesResult |
GetEffectivePoliciesResult.withEffectivePolicies(EffectivePolicy... effectivePolicies)
The effective policies.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetEffectivePoliciesResult.setEffectivePolicies(Collection<EffectivePolicy> effectivePolicies)
The effective policies.
|
GetEffectivePoliciesResult |
GetEffectivePoliciesResult.withEffectivePolicies(Collection<EffectivePolicy> effectivePolicies)
The effective policies.
|
Copyright © 2024. All rights reserved.