| Package | Description |
|---|---|
| com.amazonaws.services.verifiedpermissions.model |
| Modifier and Type | Method and Description |
|---|---|
PolicyItem |
PolicyItem.clone() |
PolicyItem |
PolicyItem.withActions(ActionIdentifier... actions)
The action that a policy permits or forbids.
|
PolicyItem |
PolicyItem.withActions(Collection<ActionIdentifier> actions)
The action that a policy permits or forbids.
|
PolicyItem |
PolicyItem.withCreatedDate(Date createdDate)
The date and time the policy was created.
|
PolicyItem |
PolicyItem.withDefinition(PolicyDefinitionItem definition)
The policy definition of an item in the list of policies returned.
|
PolicyItem |
PolicyItem.withEffect(PolicyEffect effect)
The effect of the decision that a policy returns to an authorization request.
|
PolicyItem |
PolicyItem.withEffect(String effect)
The effect of the decision that a policy returns to an authorization request.
|
PolicyItem |
PolicyItem.withLastUpdatedDate(Date lastUpdatedDate)
The date and time the policy was most recently updated.
|
PolicyItem |
PolicyItem.withPolicyId(String policyId)
The identifier of the policy you want information about.
|
PolicyItem |
PolicyItem.withPolicyStoreId(String policyStoreId)
The identifier of the PolicyStore where the policy you want information about is stored.
|
PolicyItem |
PolicyItem.withPolicyType(PolicyType policyType)
The type of the policy.
|
PolicyItem |
PolicyItem.withPolicyType(String policyType)
The type of the policy.
|
PolicyItem |
PolicyItem.withPrincipal(EntityIdentifier principal)
The principal associated with the policy.
|
PolicyItem |
PolicyItem.withResource(EntityIdentifier resource)
The resource associated with the policy.
|
| Modifier and Type | Method and Description |
|---|---|
List<PolicyItem> |
ListPoliciesResult.getPolicies()
Lists all policies that are available in the specified policy store.
|
| Modifier and Type | Method and Description |
|---|---|
ListPoliciesResult |
ListPoliciesResult.withPolicies(PolicyItem... policies)
Lists all policies that are available in the specified policy store.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListPoliciesResult.setPolicies(Collection<PolicyItem> policies)
Lists all policies that are available in the specified policy store.
|
ListPoliciesResult |
ListPoliciesResult.withPolicies(Collection<PolicyItem> policies)
Lists all policies that are available in the specified policy store.
|
Copyright © 2025. All rights reserved.