| Package | Description |
|---|---|
| software.amazon.awssdk.services.verifiedpermissions.model |
| Modifier and Type | Method and Description |
|---|---|
static EntityReference |
EntityReference.fromIdentifier(Consumer<EntityIdentifier.Builder> identifier)
Create an instance of this class with
identifier() initialized to the given value. |
static EntityReference |
EntityReference.fromIdentifier(EntityIdentifier identifier)
Create an instance of this class with
identifier() initialized to the given value. |
static EntityReference |
EntityReference.fromUnspecified(Boolean unspecified)
Create an instance of this class with
unspecified() initialized to the given value. |
EntityReference |
PolicyFilter.principal()
Filters the output to only policies that reference the specified principal.
|
EntityReference |
PolicyFilter.resource()
Filters the output to only policies that reference the specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
PolicyFilter.Builder |
PolicyFilter.Builder.principal(EntityReference principal)
Filters the output to only policies that reference the specified principal.
|
PolicyFilter.Builder |
PolicyFilter.Builder.resource(EntityReference resource)
Filters the output to only policies that reference the specified resource.
|
Copyright © 2023. All rights reserved.