| Package | Description |
|---|---|
| software.amazon.awssdk.services.verifiedpermissions.model |
| Modifier and Type | Method and Description |
|---|---|
EntityIdentifier |
AttributeValue.entityIdentifier()
An attribute value of type EntityIdentifier.
|
EntityIdentifier |
EntityReference.identifier()
The identifier of the entity.
|
EntityIdentifier |
EntityItem.identifier()
The identifier of the entity.
|
EntityIdentifier |
GetPolicyResponse.principal()
The principal specified in the policy's scope.
|
EntityIdentifier |
UpdatePolicyResponse.principal()
The principal specified in the policy's scope.
|
EntityIdentifier |
CreatePolicyResponse.principal()
The principal specified in the new policy's scope.
|
EntityIdentifier |
TemplateLinkedPolicyDefinition.principal()
The principal associated with this template-linked policy.
|
EntityIdentifier |
TemplateLinkedPolicyDefinitionDetail.principal()
The principal associated with this template-linked policy.
|
EntityIdentifier |
PolicyItem.principal()
The principal associated with the policy.
|
EntityIdentifier |
IsAuthorizedRequest.principal()
Specifies the principal for which the authorization decision is to be made.
|
EntityIdentifier |
TemplateLinkedPolicyDefinitionItem.principal()
The principal associated with this template-linked policy.
|
EntityIdentifier |
GetPolicyResponse.resource()
The resource specified in the policy's scope.
|
EntityIdentifier |
UpdatePolicyResponse.resource()
The resource specified in the policy's scope.
|
EntityIdentifier |
CreatePolicyResponse.resource()
The resource specified in the new policy's scope.
|
EntityIdentifier |
TemplateLinkedPolicyDefinition.resource()
The resource associated with this template-linked policy.
|
EntityIdentifier |
IsAuthorizedWithTokenRequest.resource()
Specifies the resource for which the authorization decision is made.
|
EntityIdentifier |
TemplateLinkedPolicyDefinitionDetail.resource()
The resource associated with this template-linked policy.
|
EntityIdentifier |
PolicyItem.resource()
The resource associated with the policy.
|
EntityIdentifier |
IsAuthorizedRequest.resource()
Specifies the resource for which the authorization decision is to be made.
|
EntityIdentifier |
TemplateLinkedPolicyDefinitionItem.resource()
The resource associated with this template-linked policy.
|
| Modifier and Type | Method and Description |
|---|---|
List<EntityIdentifier> |
EntityItem.parents()
The parents in the hierarchy that contains the entity.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeValue.Builder |
AttributeValue.Builder.entityIdentifier(EntityIdentifier entityIdentifier)
An attribute value of type EntityIdentifier.
|
static AttributeValue |
AttributeValue.fromEntityIdentifier(EntityIdentifier entityIdentifier)
Create an instance of this class with
AttributeValue.entityIdentifier() initialized to the given value. |
static EntityReference |
EntityReference.fromIdentifier(EntityIdentifier identifier)
Create an instance of this class with
EntityReference.identifier() initialized to the given value. |
EntityReference.Builder |
EntityReference.Builder.identifier(EntityIdentifier identifier)
The identifier of the entity.
|
EntityItem.Builder |
EntityItem.Builder.identifier(EntityIdentifier identifier)
The identifier of the entity.
|
EntityItem.Builder |
EntityItem.Builder.parents(EntityIdentifier... parents)
The parents in the hierarchy that contains the entity.
|
GetPolicyResponse.Builder |
GetPolicyResponse.Builder.principal(EntityIdentifier principal)
The principal specified in the policy's scope.
|
UpdatePolicyResponse.Builder |
UpdatePolicyResponse.Builder.principal(EntityIdentifier principal)
The principal specified in the policy's scope.
|
CreatePolicyResponse.Builder |
CreatePolicyResponse.Builder.principal(EntityIdentifier principal)
The principal specified in the new policy's scope.
|
TemplateLinkedPolicyDefinition.Builder |
TemplateLinkedPolicyDefinition.Builder.principal(EntityIdentifier principal)
The principal associated with this template-linked policy.
|
TemplateLinkedPolicyDefinitionDetail.Builder |
TemplateLinkedPolicyDefinitionDetail.Builder.principal(EntityIdentifier principal)
The principal associated with this template-linked policy.
|
PolicyItem.Builder |
PolicyItem.Builder.principal(EntityIdentifier principal)
The principal associated with the policy.
|
IsAuthorizedRequest.Builder |
IsAuthorizedRequest.Builder.principal(EntityIdentifier principal)
Specifies the principal for which the authorization decision is to be made.
|
TemplateLinkedPolicyDefinitionItem.Builder |
TemplateLinkedPolicyDefinitionItem.Builder.principal(EntityIdentifier principal)
The principal associated with this template-linked policy.
|
GetPolicyResponse.Builder |
GetPolicyResponse.Builder.resource(EntityIdentifier resource)
The resource specified in the policy's scope.
|
UpdatePolicyResponse.Builder |
UpdatePolicyResponse.Builder.resource(EntityIdentifier resource)
The resource specified in the policy's scope.
|
CreatePolicyResponse.Builder |
CreatePolicyResponse.Builder.resource(EntityIdentifier resource)
The resource specified in the new policy's scope.
|
TemplateLinkedPolicyDefinition.Builder |
TemplateLinkedPolicyDefinition.Builder.resource(EntityIdentifier resource)
The resource associated with this template-linked policy.
|
IsAuthorizedWithTokenRequest.Builder |
IsAuthorizedWithTokenRequest.Builder.resource(EntityIdentifier resource)
Specifies the resource for which the authorization decision is made.
|
TemplateLinkedPolicyDefinitionDetail.Builder |
TemplateLinkedPolicyDefinitionDetail.Builder.resource(EntityIdentifier resource)
The resource associated with this template-linked policy.
|
PolicyItem.Builder |
PolicyItem.Builder.resource(EntityIdentifier resource)
The resource associated with the policy.
|
IsAuthorizedRequest.Builder |
IsAuthorizedRequest.Builder.resource(EntityIdentifier resource)
Specifies the resource for which the authorization decision is to be made.
|
TemplateLinkedPolicyDefinitionItem.Builder |
TemplateLinkedPolicyDefinitionItem.Builder.resource(EntityIdentifier resource)
The resource associated with this template-linked policy.
|
| Modifier and Type | Method and Description |
|---|---|
EntityItem.Builder |
EntityItem.Builder.parents(Collection<EntityIdentifier> parents)
The parents in the hierarchy that contains the entity.
|
Copyright © 2023. All rights reserved.