Uses of Class
software.amazon.awssdk.services.kendra.model.FailedEntity
-
Packages that use FailedEntity Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of FailedEntity in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type FailedEntity Modifier and Type Method Description List<FailedEntity>AssociateEntitiesToExperienceResponse. failedEntityList()Lists the users or groups in your IAM Identity Center identity source that failed to properly configure with your Amazon Kendra experience.List<FailedEntity>AssociatePersonasToEntitiesResponse. failedEntityList()Lists the users or groups in your IAM Identity Center identity source that failed to properly configure with your Amazon Kendra experience.List<FailedEntity>DisassociateEntitiesFromExperienceResponse. failedEntityList()Lists the users or groups in your IAM Identity Center identity source that failed to properly remove access to your Amazon Kendra experience.List<FailedEntity>DisassociatePersonasFromEntitiesResponse. failedEntityList()Lists the users or groups in your IAM Identity Center identity source that failed to properly remove access to your Amazon Kendra experience.Methods in software.amazon.awssdk.services.kendra.model with parameters of type FailedEntity Modifier and Type Method Description AssociateEntitiesToExperienceResponse.BuilderAssociateEntitiesToExperienceResponse.Builder. failedEntityList(FailedEntity... failedEntityList)Lists the users or groups in your IAM Identity Center identity source that failed to properly configure with your Amazon Kendra experience.AssociatePersonasToEntitiesResponse.BuilderAssociatePersonasToEntitiesResponse.Builder. failedEntityList(FailedEntity... failedEntityList)Lists the users or groups in your IAM Identity Center identity source that failed to properly configure with your Amazon Kendra experience.DisassociateEntitiesFromExperienceResponse.BuilderDisassociateEntitiesFromExperienceResponse.Builder. failedEntityList(FailedEntity... failedEntityList)Lists the users or groups in your IAM Identity Center identity source that failed to properly remove access to your Amazon Kendra experience.DisassociatePersonasFromEntitiesResponse.BuilderDisassociatePersonasFromEntitiesResponse.Builder. failedEntityList(FailedEntity... failedEntityList)Lists the users or groups in your IAM Identity Center identity source that failed to properly remove access to your Amazon Kendra experience.Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type FailedEntity Modifier and Type Method Description AssociateEntitiesToExperienceResponse.BuilderAssociateEntitiesToExperienceResponse.Builder. failedEntityList(Collection<FailedEntity> failedEntityList)Lists the users or groups in your IAM Identity Center identity source that failed to properly configure with your Amazon Kendra experience.AssociatePersonasToEntitiesResponse.BuilderAssociatePersonasToEntitiesResponse.Builder. failedEntityList(Collection<FailedEntity> failedEntityList)Lists the users or groups in your IAM Identity Center identity source that failed to properly configure with your Amazon Kendra experience.DisassociateEntitiesFromExperienceResponse.BuilderDisassociateEntitiesFromExperienceResponse.Builder. failedEntityList(Collection<FailedEntity> failedEntityList)Lists the users or groups in your IAM Identity Center identity source that failed to properly remove access to your Amazon Kendra experience.DisassociatePersonasFromEntitiesResponse.BuilderDisassociatePersonasFromEntitiesResponse.Builder. failedEntityList(Collection<FailedEntity> failedEntityList)Lists the users or groups in your IAM Identity Center identity source that failed to properly remove access to your Amazon Kendra experience.
-