| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
Principal |
Principal.clone() |
Principal |
Principal.withAccess(ReadAccessType access)
Whether to allow or deny access to the principal.
|
Principal |
Principal.withAccess(String access)
Whether to allow or deny access to the principal.
|
Principal |
Principal.withName(String name)
The name of the user or group.
|
Principal |
Principal.withType(PrincipalType type)
The type of principal.
|
Principal |
Principal.withType(String type)
The type of principal.
|
| Modifier and Type | Method and Description |
|---|---|
List<Principal> |
Document.getAccessControlList()
Information to use for user context filtering.
|
| Modifier and Type | Method and Description |
|---|---|
Document |
Document.withAccessControlList(Principal... accessControlList)
Information to use for user context filtering.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Document.setAccessControlList(Collection<Principal> accessControlList)
Information to use for user context filtering.
|
Document |
Document.withAccessControlList(Collection<Principal> accessControlList)
Information to use for user context filtering.
|
Copyright © 2019. All rights reserved.