Uses of Class
software.amazon.awssdk.services.verifiedpermissions.model.EntityIdentifier
-
Packages that use EntityIdentifier Package Description software.amazon.awssdk.services.verifiedpermissions.model -
-
Uses of EntityIdentifier in software.amazon.awssdk.services.verifiedpermissions.model
Methods in software.amazon.awssdk.services.verifiedpermissions.model that return EntityIdentifier Modifier and Type Method Description EntityIdentifierAttributeValue. entityIdentifier()An attribute value of type EntityIdentifier.EntityIdentifierEntityItem. identifier()The identifier of the entity.EntityIdentifierEntityReference. identifier()The identifier of the entity.EntityIdentifierBatchIsAuthorizedInputItem. principal()Specifies the principal for which the authorization decision is to be made.EntityIdentifierCreatePolicyResponse. principal()The principal specified in the new policy's scope.EntityIdentifierGetPolicyResponse. principal()The principal specified in the policy's scope.EntityIdentifierIsAuthorizedRequest. principal()Specifies the principal for which the authorization decision is to be made.EntityIdentifierPolicyItem. principal()The principal associated with the policy.EntityIdentifierTemplateLinkedPolicyDefinition. principal()The principal associated with this template-linked policy.EntityIdentifierTemplateLinkedPolicyDefinitionDetail. principal()The principal associated with this template-linked policy.EntityIdentifierTemplateLinkedPolicyDefinitionItem. principal()The principal associated with this template-linked policy.EntityIdentifierUpdatePolicyResponse. principal()The principal specified in the policy's scope.EntityIdentifierBatchIsAuthorizedInputItem. resource()Specifies the resource for which the authorization decision is to be made.EntityIdentifierCreatePolicyResponse. resource()The resource specified in the new policy's scope.EntityIdentifierGetPolicyResponse. resource()The resource specified in the policy's scope.EntityIdentifierIsAuthorizedRequest. resource()Specifies the resource for which the authorization decision is to be made.EntityIdentifierIsAuthorizedWithTokenRequest. resource()Specifies the resource for which the authorization decision is made.EntityIdentifierPolicyItem. resource()The resource associated with the policy.EntityIdentifierTemplateLinkedPolicyDefinition. resource()The resource associated with this template-linked policy.EntityIdentifierTemplateLinkedPolicyDefinitionDetail. resource()The resource associated with this template-linked policy.EntityIdentifierTemplateLinkedPolicyDefinitionItem. resource()The resource associated with this template-linked policy.EntityIdentifierUpdatePolicyResponse. resource()The resource specified in the policy's scope.Methods in software.amazon.awssdk.services.verifiedpermissions.model that return types with arguments of type EntityIdentifier Modifier and Type Method Description List<EntityIdentifier>EntityItem. parents()The parents in the hierarchy that contains the entity.Methods in software.amazon.awssdk.services.verifiedpermissions.model with parameters of type EntityIdentifier Modifier and Type Method Description AttributeValue.BuilderAttributeValue.Builder. entityIdentifier(EntityIdentifier entityIdentifier)An attribute value of type EntityIdentifier.static AttributeValueAttributeValue. fromEntityIdentifier(EntityIdentifier entityIdentifier)Create an instance of this class withAttributeValue.entityIdentifier()initialized to the given value.static EntityReferenceEntityReference. fromIdentifier(EntityIdentifier identifier)Create an instance of this class withEntityReference.identifier()initialized to the given value.EntityItem.BuilderEntityItem.Builder. identifier(EntityIdentifier identifier)The identifier of the entity.EntityReference.BuilderEntityReference.Builder. identifier(EntityIdentifier identifier)The identifier of the entity.EntityItem.BuilderEntityItem.Builder. parents(EntityIdentifier... parents)The parents in the hierarchy that contains the entity.BatchIsAuthorizedInputItem.BuilderBatchIsAuthorizedInputItem.Builder. principal(EntityIdentifier principal)Specifies the principal for which the authorization decision is to be made.CreatePolicyResponse.BuilderCreatePolicyResponse.Builder. principal(EntityIdentifier principal)The principal specified in the new policy's scope.GetPolicyResponse.BuilderGetPolicyResponse.Builder. principal(EntityIdentifier principal)The principal specified in the policy's scope.IsAuthorizedRequest.BuilderIsAuthorizedRequest.Builder. principal(EntityIdentifier principal)Specifies the principal for which the authorization decision is to be made.PolicyItem.BuilderPolicyItem.Builder. principal(EntityIdentifier principal)The principal associated with the policy.TemplateLinkedPolicyDefinition.BuilderTemplateLinkedPolicyDefinition.Builder. principal(EntityIdentifier principal)The principal associated with this template-linked policy.TemplateLinkedPolicyDefinitionDetail.BuilderTemplateLinkedPolicyDefinitionDetail.Builder. principal(EntityIdentifier principal)The principal associated with this template-linked policy.TemplateLinkedPolicyDefinitionItem.BuilderTemplateLinkedPolicyDefinitionItem.Builder. principal(EntityIdentifier principal)The principal associated with this template-linked policy.UpdatePolicyResponse.BuilderUpdatePolicyResponse.Builder. principal(EntityIdentifier principal)The principal specified in the policy's scope.BatchIsAuthorizedInputItem.BuilderBatchIsAuthorizedInputItem.Builder. resource(EntityIdentifier resource)Specifies the resource for which the authorization decision is to be made.CreatePolicyResponse.BuilderCreatePolicyResponse.Builder. resource(EntityIdentifier resource)The resource specified in the new policy's scope.GetPolicyResponse.BuilderGetPolicyResponse.Builder. resource(EntityIdentifier resource)The resource specified in the policy's scope.IsAuthorizedRequest.BuilderIsAuthorizedRequest.Builder. resource(EntityIdentifier resource)Specifies the resource for which the authorization decision is to be made.IsAuthorizedWithTokenRequest.BuilderIsAuthorizedWithTokenRequest.Builder. resource(EntityIdentifier resource)Specifies the resource for which the authorization decision is made.PolicyItem.BuilderPolicyItem.Builder. resource(EntityIdentifier resource)The resource associated with the policy.TemplateLinkedPolicyDefinition.BuilderTemplateLinkedPolicyDefinition.Builder. resource(EntityIdentifier resource)The resource associated with this template-linked policy.TemplateLinkedPolicyDefinitionDetail.BuilderTemplateLinkedPolicyDefinitionDetail.Builder. resource(EntityIdentifier resource)The resource associated with this template-linked policy.TemplateLinkedPolicyDefinitionItem.BuilderTemplateLinkedPolicyDefinitionItem.Builder. resource(EntityIdentifier resource)The resource associated with this template-linked policy.UpdatePolicyResponse.BuilderUpdatePolicyResponse.Builder. resource(EntityIdentifier resource)The resource specified in the policy's scope.Method parameters in software.amazon.awssdk.services.verifiedpermissions.model with type arguments of type EntityIdentifier Modifier and Type Method Description EntityItem.BuilderEntityItem.Builder. parents(Collection<EntityIdentifier> parents)The parents in the hierarchy that contains the entity.
-