Uses of Interface
software.amazon.awssdk.services.nimble.model.ListTagsForResourceResponse.Builder
-
Packages that use ListTagsForResourceResponse.Builder Package Description software.amazon.awssdk.services.nimble.model -
-
Uses of ListTagsForResourceResponse.Builder in software.amazon.awssdk.services.nimble.model
Methods in software.amazon.awssdk.services.nimble.model that return ListTagsForResourceResponse.Builder Modifier and Type Method Description static ListTagsForResourceResponse.BuilderListTagsForResourceResponse. builder()ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Map<String,String> tags)A collection of labels, in the form of key-value pairs, that apply to this resource.ListTagsForResourceResponse.BuilderListTagsForResourceResponse. toBuilder()Methods in software.amazon.awssdk.services.nimble.model that return types with arguments of type ListTagsForResourceResponse.Builder Modifier and Type Method Description static Class<? extends ListTagsForResourceResponse.Builder>ListTagsForResourceResponse. serializableBuilderClass()
-