| Package | Description |
|---|---|
| software.amazon.awssdk.services.lakeformation.model |
| Modifier and Type | Method and Description |
|---|---|
static DataLakeResourceType |
DataLakeResourceType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
DataLakeResourceType |
ListPermissionsRequest.resourceType()
Specifies a resource type to filter the permissions returned.
|
static DataLakeResourceType |
DataLakeResourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataLakeResourceType[] |
DataLakeResourceType.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<DataLakeResourceType> |
DataLakeResourceType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListPermissionsRequest.Builder |
ListPermissionsRequest.Builder.resourceType(DataLakeResourceType resourceType)
Specifies a resource type to filter the permissions returned.
|
Copyright © 2021. All rights reserved.