Uses of Interface
software.amazon.awssdk.services.datasync.model.ListTagsForResourceResponse.Builder
-
Packages that use ListTagsForResourceResponse.Builder Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of ListTagsForResourceResponse.Builder in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return ListTagsForResourceResponse.Builder Modifier and Type Method Description static ListTagsForResourceResponse.BuilderListTagsForResourceResponse. builder()ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. nextToken(String nextToken)The opaque string that indicates the position to begin the next list of results in the response.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<TagListEntry> tags)An array of tags applied to the specified resource.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Consumer<TagListEntry.Builder>... tags)An array of tags applied to the specified resource.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(TagListEntry... tags)An array of tags applied to the specified resource.ListTagsForResourceResponse.BuilderListTagsForResourceResponse. toBuilder()Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type ListTagsForResourceResponse.Builder Modifier and Type Method Description static Class<? extends ListTagsForResourceResponse.Builder>ListTagsForResourceResponse. serializableBuilderClass()
-