Uses of Interface
software.amazon.awssdk.services.route53.model.ListTagsForResourcesResponse.Builder
-
Packages that use ListTagsForResourcesResponse.Builder Package Description software.amazon.awssdk.services.route53.model -
-
Uses of ListTagsForResourcesResponse.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return ListTagsForResourcesResponse.Builder Modifier and Type Method Description static ListTagsForResourcesResponse.BuilderListTagsForResourcesResponse. builder()ListTagsForResourcesResponse.BuilderListTagsForResourcesResponse.Builder. resourceTagSets(Collection<ResourceTagSet> resourceTagSets)A list ofResourceTagSets containing tags associated with the specified resources.ListTagsForResourcesResponse.BuilderListTagsForResourcesResponse.Builder. resourceTagSets(Consumer<ResourceTagSet.Builder>... resourceTagSets)A list ofResourceTagSets containing tags associated with the specified resources.ListTagsForResourcesResponse.BuilderListTagsForResourcesResponse.Builder. resourceTagSets(ResourceTagSet... resourceTagSets)A list ofResourceTagSets containing tags associated with the specified resources.ListTagsForResourcesResponse.BuilderListTagsForResourcesResponse. toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type ListTagsForResourcesResponse.Builder Modifier and Type Method Description static Class<? extends ListTagsForResourcesResponse.Builder>ListTagsForResourcesResponse. serializableBuilderClass()
-