| Package | Description |
|---|---|
| com.amazonaws.services.verifiedpermissions.model |
| Modifier and Type | Method and Description |
|---|---|
PolicyTemplateItem |
PolicyTemplateItem.clone() |
PolicyTemplateItem |
PolicyTemplateItem.withCreatedDate(Date createdDate)
The date and time that the policy template was created.
|
PolicyTemplateItem |
PolicyTemplateItem.withDescription(String description)
The description attached to the policy template.
|
PolicyTemplateItem |
PolicyTemplateItem.withLastUpdatedDate(Date lastUpdatedDate)
The date and time that the policy template was most recently updated.
|
PolicyTemplateItem |
PolicyTemplateItem.withPolicyStoreId(String policyStoreId)
The unique identifier of the policy store that contains the template.
|
PolicyTemplateItem |
PolicyTemplateItem.withPolicyTemplateId(String policyTemplateId)
The unique identifier of the policy template.
|
| Modifier and Type | Method and Description |
|---|---|
List<PolicyTemplateItem> |
ListPolicyTemplatesResult.getPolicyTemplates()
The list of the policy templates in the specified policy store.
|
| Modifier and Type | Method and Description |
|---|---|
ListPolicyTemplatesResult |
ListPolicyTemplatesResult.withPolicyTemplates(PolicyTemplateItem... policyTemplates)
The list of the policy templates in the specified policy store.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListPolicyTemplatesResult.setPolicyTemplates(Collection<PolicyTemplateItem> policyTemplates)
The list of the policy templates in the specified policy store.
|
ListPolicyTemplatesResult |
ListPolicyTemplatesResult.withPolicyTemplates(Collection<PolicyTemplateItem> policyTemplates)
The list of the policy templates in the specified policy store.
|
Copyright © 2024. All rights reserved.