| 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 LF-tags that the requester has permission to view.
|
default CompletableFuture<ListLfTagsResponse> |
LakeFormationAsyncClient.listLFTags(Consumer<ListLfTagsRequest.Builder> listLfTagsRequest)
Lists LF-tags that the requester has permission to view.
|
default ListLFTagsIterable |
LakeFormationClient.listLFTagsPaginator(Consumer<ListLfTagsRequest.Builder> listLfTagsRequest)
Lists LF-tags that the requester has permission to view.
|
default ListLFTagsPublisher |
LakeFormationAsyncClient.listLFTagsPaginator(Consumer<ListLfTagsRequest.Builder> listLfTagsRequest)
Lists LF-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 LF-tags and shared LF-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 LF-tags and shared LF-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 © 2022. All rights reserved.