Uses of Class
software.amazon.awssdk.services.lakeformation.model.UpdateLfTagRequest
-
Packages that use UpdateLfTagRequest Package Description software.amazon.awssdk.services.lakeformation Lake Formation software.amazon.awssdk.services.lakeformation.transform -
-
Uses of UpdateLfTagRequest in software.amazon.awssdk.services.lakeformation
Methods in software.amazon.awssdk.services.lakeformation with parameters of type UpdateLfTagRequest Modifier and Type Method Description default CompletableFuture<UpdateLfTagResponse>LakeFormationAsyncClient. updateLFTag(UpdateLfTagRequest 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. -
Uses of UpdateLfTagRequest in software.amazon.awssdk.services.lakeformation.transform
Methods in software.amazon.awssdk.services.lakeformation.transform with parameters of type UpdateLfTagRequest Modifier and Type Method Description SdkHttpFullRequestUpdateLfTagRequestMarshaller. marshall(UpdateLfTagRequest updateLfTagRequest)
-