Uses of Interface
software.amazon.awssdk.services.waf.model.TagInfoForResource.Builder
-
Packages that use TagInfoForResource.Builder Package Description software.amazon.awssdk.services.waf.model -
-
Uses of TagInfoForResource.Builder in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return TagInfoForResource.Builder Modifier and Type Method Description static TagInfoForResource.BuilderTagInfoForResource. builder()TagInfoForResource.BuilderTagInfoForResource.Builder. resourceARN(String resourceARN)TagInfoForResource.BuilderTagInfoForResource.Builder. tagList(Collection<Tag> tagList)TagInfoForResource.BuilderTagInfoForResource.Builder. tagList(Consumer<Tag.Builder>... tagList)This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().TagInfoForResource.BuilderTagInfoForResource.Builder. tagList(Tag... tagList)TagInfoForResource.BuilderTagInfoForResource. toBuilder()Methods in software.amazon.awssdk.services.waf.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.waf.model with type arguments of type TagInfoForResource.Builder Modifier and Type Method Description default ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tagInfoForResource(Consumer<TagInfoForResource.Builder> tagInfoForResource)This is a convenience method that creates an instance of theTagInfoForResource.Builderavoiding the need to create one manually viaTagInfoForResource.builder().
-