Uses of Interface
software.amazon.awssdk.services.opsworkscm.model.ListTagsForResourceResponse.Builder
-
Packages that use ListTagsForResourceResponse.Builder Package Description software.amazon.awssdk.services.opsworkscm.model -
-
Uses of ListTagsForResourceResponse.Builder in software.amazon.awssdk.services.opsworkscm.model
Methods in software.amazon.awssdk.services.opsworkscm.model that return ListTagsForResourceResponse.Builder Modifier and Type Method Description static ListTagsForResourceResponse.BuilderListTagsForResourceResponse. builder()ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. nextToken(String nextToken)A token that you can use as the value ofNextTokenin subsequent calls to the API to show more results.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)Tags that have been applied to the resource.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Consumer<Tag.Builder>... tags)Tags that have been applied to the resource.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)Tags that have been applied to the resource.ListTagsForResourceResponse.BuilderListTagsForResourceResponse. toBuilder()Methods in software.amazon.awssdk.services.opsworkscm.model that return types with arguments of type ListTagsForResourceResponse.Builder Modifier and Type Method Description static Class<? extends ListTagsForResourceResponse.Builder>ListTagsForResourceResponse. serializableBuilderClass()
-