Uses of Interface
software.amazon.awssdk.services.lakeformation.model.AddLfTagsToResourceResponse.Builder
-
Packages that use AddLfTagsToResourceResponse.Builder Package Description software.amazon.awssdk.services.lakeformation.model -
-
Uses of AddLfTagsToResourceResponse.Builder in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return AddLfTagsToResourceResponse.Builder Modifier and Type Method Description static AddLfTagsToResourceResponse.BuilderAddLfTagsToResourceResponse. builder()AddLfTagsToResourceResponse.BuilderAddLfTagsToResourceResponse.Builder. failures(Collection<LFTagError> failures)A list of failures to tag the resource.AddLfTagsToResourceResponse.BuilderAddLfTagsToResourceResponse.Builder. failures(Consumer<LFTagError.Builder>... failures)A list of failures to tag the resource.AddLfTagsToResourceResponse.BuilderAddLfTagsToResourceResponse.Builder. failures(LFTagError... failures)A list of failures to tag the resource.AddLfTagsToResourceResponse.BuilderAddLfTagsToResourceResponse. toBuilder()Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type AddLfTagsToResourceResponse.Builder Modifier and Type Method Description static Class<? extends AddLfTagsToResourceResponse.Builder>AddLfTagsToResourceResponse. serializableBuilderClass()
-