Uses of Interface
software.amazon.awssdk.services.bcmdataexports.model.ListTagsForResourceResponse.Builder
-
Packages that use ListTagsForResourceResponse.Builder Package Description software.amazon.awssdk.services.bcmdataexports.model -
-
Uses of ListTagsForResourceResponse.Builder in software.amazon.awssdk.services.bcmdataexports.model
Methods in software.amazon.awssdk.services.bcmdataexports.model that return ListTagsForResourceResponse.Builder Modifier and Type Method Description static ListTagsForResourceResponse.BuilderListTagsForResourceResponse. builder()ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. nextToken(String nextToken)The token to retrieve the next set of results.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. resourceTags(Collection<ResourceTag> resourceTags)An optional list of tags to associate with the specified export.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. resourceTags(Consumer<ResourceTag.Builder>... resourceTags)An optional list of tags to associate with the specified export.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. resourceTags(ResourceTag... resourceTags)An optional list of tags to associate with the specified export.ListTagsForResourceResponse.BuilderListTagsForResourceResponse. toBuilder()Methods in software.amazon.awssdk.services.bcmdataexports.model that return types with arguments of type ListTagsForResourceResponse.Builder Modifier and Type Method Description static Class<? extends ListTagsForResourceResponse.Builder>ListTagsForResourceResponse. serializableBuilderClass()
-