| Package | Description |
|---|---|
| com.amazonaws.services.verifiedpermissions.model |
| Modifier and Type | Method and Description |
|---|---|
PolicyFilter |
PolicyFilter.clone() |
PolicyFilter |
ListPoliciesRequest.getFilter()
Specifies a filter that limits the response to only policies that match the specified criteria.
|
PolicyFilter |
PolicyFilter.withPolicyTemplateId(String policyTemplateId)
Filters the output to only template-linked policies that were instantiated from the specified policy template.
|
PolicyFilter |
PolicyFilter.withPolicyType(PolicyType policyType)
Filters the output to only policies of the specified type.
|
PolicyFilter |
PolicyFilter.withPolicyType(String policyType)
Filters the output to only policies of the specified type.
|
PolicyFilter |
PolicyFilter.withPrincipal(EntityReference principal)
Filters the output to only policies that reference the specified principal.
|
PolicyFilter |
PolicyFilter.withResource(EntityReference resource)
Filters the output to only policies that reference the specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListPoliciesRequest.setFilter(PolicyFilter filter)
Specifies a filter that limits the response to only policies that match the specified criteria.
|
ListPoliciesRequest |
ListPoliciesRequest.withFilter(PolicyFilter filter)
Specifies a filter that limits the response to only policies that match the specified criteria.
|
Copyright © 2025. All rights reserved.