| Package | Description |
|---|---|
| com.amazonaws.services.verifiedpermissions.model |
| Modifier and Type | Method and Description |
|---|---|
EntityReference |
EntityReference.clone() |
EntityReference |
PolicyFilter.getPrincipal()
Filters the output to only policies that reference the specified principal.
|
EntityReference |
PolicyFilter.getResource()
Filters the output to only policies that reference the specified resource.
|
EntityReference |
EntityReference.withIdentifier(EntityIdentifier identifier)
The identifier of the entity.
|
EntityReference |
EntityReference.withUnspecified(Boolean unspecified)
Used to indicate that a principal or resource is not specified.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PolicyFilter.setPrincipal(EntityReference principal)
Filters the output to only policies that reference the specified principal.
|
void |
PolicyFilter.setResource(EntityReference resource)
Filters the output to only policies that reference the specified resource.
|
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.
|
Copyright © 2024. All rights reserved.