| Package | Description |
|---|---|
| com.amazonaws.services.lakeformation |
|
| com.amazonaws.services.lakeformation.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateLFTagResult |
AWSLakeFormation.updateLFTag(UpdateLFTagRequest updateLFTagRequest)
Updates the list of possible values for the specified tag key.
|
UpdateLFTagResult |
AbstractAWSLakeFormation.updateLFTag(UpdateLFTagRequest request) |
UpdateLFTagResult |
AWSLakeFormationClient.updateLFTag(UpdateLFTagRequest request)
Updates the list of possible values for the specified tag key.
|
Future<UpdateLFTagResult> |
AWSLakeFormationAsyncClient.updateLFTagAsync(UpdateLFTagRequest request) |
Future<UpdateLFTagResult> |
AbstractAWSLakeFormationAsync.updateLFTagAsync(UpdateLFTagRequest request) |
Future<UpdateLFTagResult> |
AWSLakeFormationAsync.updateLFTagAsync(UpdateLFTagRequest updateLFTagRequest)
Updates the list of possible values for the specified tag key.
|
Future<UpdateLFTagResult> |
AWSLakeFormationAsyncClient.updateLFTagAsync(UpdateLFTagRequest request,
AsyncHandler<UpdateLFTagRequest,UpdateLFTagResult> asyncHandler) |
Future<UpdateLFTagResult> |
AbstractAWSLakeFormationAsync.updateLFTagAsync(UpdateLFTagRequest request,
AsyncHandler<UpdateLFTagRequest,UpdateLFTagResult> asyncHandler) |
Future<UpdateLFTagResult> |
AWSLakeFormationAsync.updateLFTagAsync(UpdateLFTagRequest updateLFTagRequest,
AsyncHandler<UpdateLFTagRequest,UpdateLFTagResult> asyncHandler)
Updates the list of possible values for the specified tag key.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateLFTagResult> |
AWSLakeFormationAsyncClient.updateLFTagAsync(UpdateLFTagRequest request,
AsyncHandler<UpdateLFTagRequest,UpdateLFTagResult> asyncHandler) |
Future<UpdateLFTagResult> |
AbstractAWSLakeFormationAsync.updateLFTagAsync(UpdateLFTagRequest request,
AsyncHandler<UpdateLFTagRequest,UpdateLFTagResult> asyncHandler) |
Future<UpdateLFTagResult> |
AWSLakeFormationAsync.updateLFTagAsync(UpdateLFTagRequest updateLFTagRequest,
AsyncHandler<UpdateLFTagRequest,UpdateLFTagResult> asyncHandler)
Updates the list of possible values for the specified tag key.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateLFTagRequest |
UpdateLFTagRequest.clone() |
UpdateLFTagRequest |
UpdateLFTagRequest.withCatalogId(String catalogId)
The identifier for the Data Catalog.
|
UpdateLFTagRequest |
UpdateLFTagRequest.withTagKey(String tagKey)
The key-name for the tag for which to add or delete values.
|
UpdateLFTagRequest |
UpdateLFTagRequest.withTagValuesToAdd(Collection<String> tagValuesToAdd)
A list of tag values to add from the tag.
|
UpdateLFTagRequest |
UpdateLFTagRequest.withTagValuesToAdd(String... tagValuesToAdd)
A list of tag values to add from the tag.
|
UpdateLFTagRequest |
UpdateLFTagRequest.withTagValuesToDelete(Collection<String> tagValuesToDelete)
A list of tag values to delete from the tag.
|
UpdateLFTagRequest |
UpdateLFTagRequest.withTagValuesToDelete(String... tagValuesToDelete)
A list of tag values to delete from the tag.
|
Copyright © 2021. All rights reserved.