Uses of Interface
software.amazon.awssdk.services.opensearch.model.ListTagsResponse.Builder
-
Packages that use ListTagsResponse.Builder Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of ListTagsResponse.Builder in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return ListTagsResponse.Builder Modifier and Type Method Description static ListTagsResponse.BuilderListTagsResponse. builder()ListTagsResponse.BuilderListTagsResponse.Builder. tagList(Collection<Tag> tagList)List of resource tags associated with the specified domain, data source, or application.ListTagsResponse.BuilderListTagsResponse.Builder. tagList(Consumer<Tag.Builder>... tagList)List of resource tags associated with the specified domain, data source, or application.ListTagsResponse.BuilderListTagsResponse.Builder. tagList(Tag... tagList)List of resource tags associated with the specified domain, data source, or application.ListTagsResponse.BuilderListTagsResponse. toBuilder()Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type ListTagsResponse.Builder Modifier and Type Method Description static Class<? extends ListTagsResponse.Builder>ListTagsResponse. serializableBuilderClass()
-