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