Uses of Class
software.amazon.awssdk.services.verifiedpermissions.model.EntityReference
-
Packages that use EntityReference Package Description software.amazon.awssdk.services.verifiedpermissions.model -
-
Uses of EntityReference in software.amazon.awssdk.services.verifiedpermissions.model
Methods in software.amazon.awssdk.services.verifiedpermissions.model that return EntityReference Modifier and Type Method Description static EntityReferenceEntityReference. fromIdentifier(Consumer<EntityIdentifier.Builder> identifier)Create an instance of this class withidentifier()initialized to the given value.static EntityReferenceEntityReference. fromIdentifier(EntityIdentifier identifier)Create an instance of this class withidentifier()initialized to the given value.static EntityReferenceEntityReference. fromUnspecified(Boolean unspecified)Create an instance of this class withunspecified()initialized to the given value.EntityReferencePolicyFilter. principal()Filters the output to only policies that reference the specified principal.EntityReferencePolicyFilter. resource()Filters the output to only policies that reference the specified resource.Methods in software.amazon.awssdk.services.verifiedpermissions.model with parameters of type EntityReference Modifier and Type Method Description PolicyFilter.BuilderPolicyFilter.Builder. principal(EntityReference principal)Filters the output to only policies that reference the specified principal.PolicyFilter.BuilderPolicyFilter.Builder. resource(EntityReference resource)Filters the output to only policies that reference the specified resource.
-