| Package | Description |
|---|---|
| software.amazon.awssdk.services.lakeformation.model |
| Modifier and Type | Method and Description |
|---|---|
static ResourceShareType |
ResourceShareType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ResourceShareType |
ListLfTagsRequest.resourceShareType()
If resource share type is
ALL, returns both in-account LF-tags and shared LF-tags that the requester
has permission to view. |
static ResourceShareType |
ResourceShareType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceShareType[] |
ResourceShareType.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<ResourceShareType> |
ResourceShareType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListLfTagsRequest.Builder |
ListLfTagsRequest.Builder.resourceShareType(ResourceShareType resourceShareType)
If resource share type is
ALL, returns both in-account LF-tags and shared LF-tags that the
requester has permission to view. |
Copyright © 2022. All rights reserved.