Uses of Interface
software.amazon.awssdk.services.lakeformation.model.ListLfTagsResponse.Builder
-
Packages that use ListLfTagsResponse.Builder Package Description software.amazon.awssdk.services.lakeformation.model -
-
Uses of ListLfTagsResponse.Builder in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return ListLfTagsResponse.Builder Modifier and Type Method Description static ListLfTagsResponse.BuilderListLfTagsResponse. builder()ListLfTagsResponse.BuilderListLfTagsResponse.Builder. lfTags(Collection<LFTagPair> lfTags)A list of LF-tags that the requested has permission to view.ListLfTagsResponse.BuilderListLfTagsResponse.Builder. lfTags(Consumer<LFTagPair.Builder>... lfTags)A list of LF-tags that the requested has permission to view.ListLfTagsResponse.BuilderListLfTagsResponse.Builder. lfTags(LFTagPair... lfTags)A list of LF-tags that the requested has permission to view.ListLfTagsResponse.BuilderListLfTagsResponse.Builder. nextToken(String nextToken)A continuation token, present if the current list segment is not the last.ListLfTagsResponse.BuilderListLfTagsResponse. toBuilder()Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type ListLfTagsResponse.Builder Modifier and Type Method Description static Class<? extends ListLfTagsResponse.Builder>ListLfTagsResponse. serializableBuilderClass()
-