| Package | Description |
|---|---|
| com.amazonaws.services.verifiedpermissions.model |
| Modifier and Type | Method and Description |
|---|---|
PolicyStoreItem |
PolicyStoreItem.clone() |
PolicyStoreItem |
PolicyStoreItem.withArn(String arn)
The Amazon Resource Name (ARN) of the policy store.
|
PolicyStoreItem |
PolicyStoreItem.withCreatedDate(Date createdDate)
The date and time the policy was created.
|
PolicyStoreItem |
PolicyStoreItem.withPolicyStoreId(String policyStoreId)
The unique identifier of the policy store.
|
| Modifier and Type | Method and Description |
|---|---|
List<PolicyStoreItem> |
ListPolicyStoresResult.getPolicyStores()
The list of policy stores in the account.
|
| Modifier and Type | Method and Description |
|---|---|
ListPolicyStoresResult |
ListPolicyStoresResult.withPolicyStores(PolicyStoreItem... policyStores)
The list of policy stores in the account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListPolicyStoresResult.setPolicyStores(Collection<PolicyStoreItem> policyStores)
The list of policy stores in the account.
|
ListPolicyStoresResult |
ListPolicyStoresResult.withPolicyStores(Collection<PolicyStoreItem> policyStores)
The list of policy stores in the account.
|
Copyright © 2023. All rights reserved.