| Package | Description |
|---|---|
| software.amazon.awssdk.services.lakeformation |
|
| software.amazon.awssdk.services.lakeformation.model |
| Modifier and Type | Method and Description |
|---|---|
default ListLfTagsResponse |
LakeFormationClient.listLFTags(Consumer<ListLfTagsRequest.Builder> listLfTagsRequest)
Lists tags that the requester has permission to view.
|
default CompletableFuture<ListLfTagsResponse> |
LakeFormationAsyncClient.listLFTags(Consumer<ListLfTagsRequest.Builder> listLfTagsRequest)
Lists tags that the requester has permission to view.
|
| Modifier and Type | Method and Description |
|---|---|
static ListLfTagsRequest.Builder |
ListLfTagsRequest.builder() |
ListLfTagsRequest.Builder |
ListLfTagsRequest.Builder.catalogId(String catalogId)
The identifier for the Data Catalog.
|
ListLfTagsRequest.Builder |
ListLfTagsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return.
|
ListLfTagsRequest.Builder |
ListLfTagsRequest.Builder.nextToken(String nextToken)
A continuation token, if this is not the first call to retrieve this list.
|
ListLfTagsRequest.Builder |
ListLfTagsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListLfTagsRequest.Builder |
ListLfTagsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListLfTagsRequest.Builder |
ListLfTagsRequest.Builder.resourceShareType(ResourceShareType resourceShareType)
If resource share type is
ALL, returns both in-account tags and shared tags that the requester
has permission to view. |
ListLfTagsRequest.Builder |
ListLfTagsRequest.Builder.resourceShareType(String resourceShareType)
If resource share type is
ALL, returns both in-account tags and shared tags that the requester
has permission to view. |
ListLfTagsRequest.Builder |
ListLfTagsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListLfTagsRequest.Builder> |
ListLfTagsRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.