| Package | Description |
|---|---|
| software.amazon.awssdk.services.lakeformation |
|
| software.amazon.awssdk.services.lakeformation.paginators |
| 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 ListLfTagsResponse |
LakeFormationClient.listLFTags(ListLfTagsRequest listLfTagsRequest)
Lists LF-tags that the requester has permission to view.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListLfTagsResponse> |
LakeFormationAsyncClient.listLFTags(Consumer<ListLfTagsRequest.Builder> listLfTagsRequest)
Lists LF-tags that the requester has permission to view.
|
default CompletableFuture<ListLfTagsResponse> |
LakeFormationAsyncClient.listLFTags(ListLfTagsRequest listLfTagsRequest)
Lists LF-tags that the requester has permission to view.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListLfTagsResponse> |
ListLFTagsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListLFTagsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListLfTagsResponse> subscriber) |
Copyright © 2023. All rights reserved.