Uses of Class
software.amazon.awssdk.services.lakeformation.model.UpdateLfTagResponse
-
Packages that use UpdateLfTagResponse Package Description software.amazon.awssdk.services.lakeformation Lake Formation -
-
Uses of UpdateLfTagResponse in software.amazon.awssdk.services.lakeformation
Methods in software.amazon.awssdk.services.lakeformation that return UpdateLfTagResponse Modifier and Type Method Description default UpdateLfTagResponseLakeFormationClient. updateLFTag(Consumer<UpdateLfTagRequest.Builder> updateLfTagRequest)Updates the list of possible values for the specified LF-tag key.default UpdateLfTagResponseLakeFormationClient. updateLFTag(UpdateLfTagRequest updateLfTagRequest)Updates the list of possible values for the specified LF-tag key.Methods in software.amazon.awssdk.services.lakeformation that return types with arguments of type UpdateLfTagResponse Modifier and Type Method Description default CompletableFuture<UpdateLfTagResponse>LakeFormationAsyncClient. updateLFTag(Consumer<UpdateLfTagRequest.Builder> updateLfTagRequest)Updates the list of possible values for the specified LF-tag key.default CompletableFuture<UpdateLfTagResponse>LakeFormationAsyncClient. updateLFTag(UpdateLfTagRequest updateLfTagRequest)Updates the list of possible values for the specified LF-tag key.
-