| Package | Description |
|---|---|
| software.amazon.awssdk.services.verifiedpermissions.model | |
| software.amazon.awssdk.services.verifiedpermissions.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<PolicyTemplateItem> |
ListPolicyTemplatesResponse.policyTemplates()
The list of the policy templates in the specified policy store.
|
| Modifier and Type | Method and Description |
|---|---|
ListPolicyTemplatesResponse.Builder |
ListPolicyTemplatesResponse.Builder.policyTemplates(PolicyTemplateItem... policyTemplates)
The list of the policy templates in the specified policy store.
|
| Modifier and Type | Method and Description |
|---|---|
ListPolicyTemplatesResponse.Builder |
ListPolicyTemplatesResponse.Builder.policyTemplates(Collection<PolicyTemplateItem> policyTemplates)
The list of the policy templates in the specified policy store.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<PolicyTemplateItem> |
ListPolicyTemplatesPublisher.policyTemplates()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<PolicyTemplateItem> |
ListPolicyTemplatesIterable.policyTemplates()
Returns an iterable to iterate through the paginated
ListPolicyTemplatesResponse.policyTemplates()
member. |
Copyright © 2023. All rights reserved.