| Package | Description |
|---|---|
| software.amazon.awssdk.services.dataexchange.model |
| Modifier and Type | Method and Description |
|---|---|
static TableTagPolicyLFPermission |
TableTagPolicyLFPermission.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static TableTagPolicyLFPermission |
TableTagPolicyLFPermission.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableTagPolicyLFPermission[] |
TableTagPolicyLFPermission.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<TableTagPolicyLFPermission> |
TableTagPolicyLFPermission.knownValues()
|
List<TableTagPolicyLFPermission> |
TableLFTagPolicyAndPermissions.permissions()
The permissions granted to subscribers on table resources.
|
| Modifier and Type | Method and Description |
|---|---|
TableLFTagPolicyAndPermissions.Builder |
TableLFTagPolicyAndPermissions.Builder.permissions(TableTagPolicyLFPermission... permissions)
The permissions granted to subscribers on table resources.
|
| Modifier and Type | Method and Description |
|---|---|
TableLFTagPolicyAndPermissions.Builder |
TableLFTagPolicyAndPermissions.Builder.permissions(Collection<TableTagPolicyLFPermission> permissions)
The permissions granted to subscribers on table resources.
|
Copyright © 2023. All rights reserved.