Uses of Interface
software.amazon.awssdk.services.wafv2.model.TagInfoForResource.Builder
-
Packages that use TagInfoForResource.Builder Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of TagInfoForResource.Builder in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return TagInfoForResource.Builder Modifier and Type Method Description static TagInfoForResource.BuilderTagInfoForResource. builder()TagInfoForResource.BuilderTagInfoForResource.Builder. resourceARN(String resourceARN)The Amazon Resource Name (ARN) of the resource.TagInfoForResource.BuilderTagInfoForResource.Builder. tagList(Collection<Tag> tagList)The array of Tag objects defined for the resource.TagInfoForResource.BuilderTagInfoForResource.Builder. tagList(Consumer<Tag.Builder>... tagList)The array of Tag objects defined for the resource.TagInfoForResource.BuilderTagInfoForResource.Builder. tagList(Tag... tagList)The array of Tag objects defined for the resource.TagInfoForResource.BuilderTagInfoForResource. toBuilder()Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type TagInfoForResource.Builder Modifier and Type Method Description static Class<? extends TagInfoForResource.Builder>TagInfoForResource. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.wafv2.model with type arguments of type TagInfoForResource.Builder Modifier and Type Method Description default ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tagInfoForResource(Consumer<TagInfoForResource.Builder> tagInfoForResource)The collection of tagging definitions for the resource.
-