| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
ReadAccessType |
Principal.access()
Whether to allow or deny document access to the principal.
|
static ReadAccessType |
ReadAccessType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ReadAccessType |
ReadAccessType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReadAccessType[] |
ReadAccessType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ReadAccessType> |
ReadAccessType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Principal.Builder |
Principal.Builder.access(ReadAccessType access)
Whether to allow or deny document access to the principal.
|
Copyright © 2023. All rights reserved.