Uses of Interface
software.amazon.awssdk.services.alexaforbusiness.model.ListTagsResponse.Builder
-
Packages that use ListTagsResponse.Builder Package Description software.amazon.awssdk.services.alexaforbusiness.model -
-
Uses of ListTagsResponse.Builder in software.amazon.awssdk.services.alexaforbusiness.model
Methods in software.amazon.awssdk.services.alexaforbusiness.model that return ListTagsResponse.Builder Modifier and Type Method Description static ListTagsResponse.BuilderListTagsResponse. builder()ListTagsResponse.BuilderListTagsResponse.Builder. nextToken(String nextToken)The token returned to indicate that there is more data available.ListTagsResponse.BuilderListTagsResponse.Builder. tags(Collection<Tag> tags)The tags requested for the specified resource.ListTagsResponse.BuilderListTagsResponse.Builder. tags(Consumer<Tag.Builder>... tags)The tags requested for the specified resource.ListTagsResponse.BuilderListTagsResponse.Builder. tags(Tag... tags)The tags requested for the specified resource.ListTagsResponse.BuilderListTagsResponse. toBuilder()Methods in software.amazon.awssdk.services.alexaforbusiness.model that return types with arguments of type ListTagsResponse.Builder Modifier and Type Method Description static Class<? extends ListTagsResponse.Builder>ListTagsResponse. serializableBuilderClass()
-