Uses of Class
software.amazon.awssdk.services.lakeformation.model.LFTagError
-
Packages that use LFTagError Package Description software.amazon.awssdk.services.lakeformation.model -
-
Uses of LFTagError in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type LFTagError Modifier and Type Method Description List<LFTagError>AddLfTagsToResourceResponse. failures()A list of failures to tag the resource.List<LFTagError>RemoveLfTagsFromResourceResponse. failures()A list of failures to untag a resource.Methods in software.amazon.awssdk.services.lakeformation.model with parameters of type LFTagError Modifier and Type Method Description AddLfTagsToResourceResponse.BuilderAddLfTagsToResourceResponse.Builder. failures(LFTagError... failures)A list of failures to tag the resource.RemoveLfTagsFromResourceResponse.BuilderRemoveLfTagsFromResourceResponse.Builder. failures(LFTagError... failures)A list of failures to untag a resource.Method parameters in software.amazon.awssdk.services.lakeformation.model with type arguments of type LFTagError Modifier and Type Method Description AddLfTagsToResourceResponse.BuilderAddLfTagsToResourceResponse.Builder. failures(Collection<LFTagError> failures)A list of failures to tag the resource.RemoveLfTagsFromResourceResponse.BuilderRemoveLfTagsFromResourceResponse.Builder. failures(Collection<LFTagError> failures)A list of failures to untag a resource.
-