Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.ListTagsForResourceResponse.Builder
-
Packages that use ListTagsForResourceResponse.Builder Package Description software.amazon.awssdk.services.cloudwatch.model -
-
Uses of ListTagsForResourceResponse.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return ListTagsForResourceResponse.Builder Modifier and Type Method Description static ListTagsForResourceResponse.BuilderListTagsForResourceResponse. builder()ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)The list of tag keys and values associated with the resource you specified.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Consumer<Tag.Builder>... tags)The list of tag keys and values associated with the resource you specified.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)The list of tag keys and values associated with the resource you specified.ListTagsForResourceResponse.BuilderListTagsForResourceResponse. toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type ListTagsForResourceResponse.Builder Modifier and Type Method Description static Class<? extends ListTagsForResourceResponse.Builder>ListTagsForResourceResponse. serializableBuilderClass()
-