| Package | Description |
|---|---|
| software.amazon.awssdk.services.lakeformation |
|
| Modifier and Type | Method and Description |
|---|---|
default AddLfTagsToResourceResponse |
LakeFormationClient.addLFTagsToResource(AddLfTagsToResourceRequest addLfTagsToResourceRequest)
Attaches one or more tags to an existing resource.
|
default AddLfTagsToResourceResponse |
LakeFormationClient.addLFTagsToResource(Consumer<AddLfTagsToResourceRequest.Builder> addLfTagsToResourceRequest)
Attaches one or more tags to an existing resource.
|
default CreateLfTagResponse |
LakeFormationClient.createLFTag(Consumer<CreateLfTagRequest.Builder> createLfTagRequest)
Creates a tag with the specified name and values.
|
default CreateLfTagResponse |
LakeFormationClient.createLFTag(CreateLfTagRequest createLfTagRequest)
Creates a tag with the specified name and values.
|
default DeleteLfTagResponse |
LakeFormationClient.deleteLFTag(Consumer<DeleteLfTagRequest.Builder> deleteLfTagRequest)
Deletes the specified tag key name.
|
default DeleteLfTagResponse |
LakeFormationClient.deleteLFTag(DeleteLfTagRequest deleteLfTagRequest)
Deletes the specified tag key name.
|
default GetLfTagResponse |
LakeFormationClient.getLFTag(Consumer<GetLfTagRequest.Builder> getLfTagRequest)
Returns a tag definition.
|
default GetLfTagResponse |
LakeFormationClient.getLFTag(GetLfTagRequest getLfTagRequest)
Returns a tag definition.
|
default GetResourceLfTagsResponse |
LakeFormationClient.getResourceLFTags(Consumer<GetResourceLfTagsRequest.Builder> getResourceLfTagsRequest)
Returns the tags applied to a resource.
|
default GetResourceLfTagsResponse |
LakeFormationClient.getResourceLFTags(GetResourceLfTagsRequest getResourceLfTagsRequest)
Returns the tags applied to a resource.
|
default RemoveLfTagsFromResourceResponse |
LakeFormationClient.removeLFTagsFromResource(Consumer<RemoveLfTagsFromResourceRequest.Builder> removeLfTagsFromResourceRequest)
Removes a tag from the resource.
|
default RemoveLfTagsFromResourceResponse |
LakeFormationClient.removeLFTagsFromResource(RemoveLfTagsFromResourceRequest removeLfTagsFromResourceRequest)
Removes a tag from the resource.
|
default SearchDatabasesByLfTagsResponse |
LakeFormationClient.searchDatabasesByLFTags(Consumer<SearchDatabasesByLfTagsRequest.Builder> searchDatabasesByLfTagsRequest)
This operation allows a search on
DATABASE resources by TagCondition. |
default SearchDatabasesByLfTagsResponse |
LakeFormationClient.searchDatabasesByLFTags(SearchDatabasesByLfTagsRequest searchDatabasesByLfTagsRequest)
This operation allows a search on
DATABASE resources by TagCondition. |
default SearchTablesByLfTagsResponse |
LakeFormationClient.searchTablesByLFTags(Consumer<SearchTablesByLfTagsRequest.Builder> searchTablesByLfTagsRequest)
This operation allows a search on
TABLE resources by LFTags. |
default SearchTablesByLfTagsResponse |
LakeFormationClient.searchTablesByLFTags(SearchTablesByLfTagsRequest searchTablesByLfTagsRequest)
This operation allows a search on
TABLE resources by LFTags. |
default UpdateLfTagResponse |
LakeFormationClient.updateLFTag(Consumer<UpdateLfTagRequest.Builder> updateLfTagRequest)
Updates the list of possible values for the specified tag key.
|
default UpdateLfTagResponse |
LakeFormationClient.updateLFTag(UpdateLfTagRequest updateLfTagRequest)
Updates the list of possible values for the specified tag key.
|
Copyright © 2021. All rights reserved.