Uses of Interface
software.amazon.awssdk.services.lakeformation.model.GetLfTagRequest.Builder
-
Packages that use GetLfTagRequest.Builder Package Description software.amazon.awssdk.services.lakeformation Lake Formation software.amazon.awssdk.services.lakeformation.model -
-
Uses of GetLfTagRequest.Builder in software.amazon.awssdk.services.lakeformation
Method parameters in software.amazon.awssdk.services.lakeformation with type arguments of type GetLfTagRequest.Builder Modifier and Type Method Description default CompletableFuture<GetLfTagResponse>LakeFormationAsyncClient. getLFTag(Consumer<GetLfTagRequest.Builder> getLfTagRequest)Returns an LF-tag definition.default GetLfTagResponseLakeFormationClient. getLFTag(Consumer<GetLfTagRequest.Builder> getLfTagRequest)Returns an LF-tag definition. -
Uses of GetLfTagRequest.Builder in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return GetLfTagRequest.Builder Modifier and Type Method Description static GetLfTagRequest.BuilderGetLfTagRequest. builder()GetLfTagRequest.BuilderGetLfTagRequest.Builder. catalogId(String catalogId)The identifier for the Data Catalog.GetLfTagRequest.BuilderGetLfTagRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetLfTagRequest.BuilderGetLfTagRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetLfTagRequest.BuilderGetLfTagRequest.Builder. tagKey(String tagKey)The key-name for the LF-tag.GetLfTagRequest.BuilderGetLfTagRequest. toBuilder()Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type GetLfTagRequest.Builder Modifier and Type Method Description static Class<? extends GetLfTagRequest.Builder>GetLfTagRequest. serializableBuilderClass()
-