Uses of Class
software.amazon.awssdk.services.wafv2.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of Tag in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>TagInfoForResource. tagList()The array of Tag objects defined for the resource.List<Tag>CreateIpSetRequest. tags()An array of key:value pairs to associate with the resource.List<Tag>CreateRegexPatternSetRequest. tags()An array of key:value pairs to associate with the resource.List<Tag>CreateRuleGroupRequest. tags()An array of key:value pairs to associate with the resource.List<Tag>CreateWebAclRequest. tags()An array of key:value pairs to associate with the resource.List<Tag>MobileSdkRelease. tags()Tags that are associated with the release.List<Tag>TagResourceRequest. tags()An array of key:value pairs to associate with the resource.Methods in software.amazon.awssdk.services.wafv2.model with parameters of type Tag Modifier and Type Method Description TagInfoForResource.BuilderTagInfoForResource.Builder. tagList(Tag... tagList)The array of Tag objects defined for the resource.CreateIpSetRequest.BuilderCreateIpSetRequest.Builder. tags(Tag... tags)An array of key:value pairs to associate with the resource.CreateRegexPatternSetRequest.BuilderCreateRegexPatternSetRequest.Builder. tags(Tag... tags)An array of key:value pairs to associate with the resource.CreateRuleGroupRequest.BuilderCreateRuleGroupRequest.Builder. tags(Tag... tags)An array of key:value pairs to associate with the resource.CreateWebAclRequest.BuilderCreateWebAclRequest.Builder. tags(Tag... tags)An array of key:value pairs to associate with the resource.MobileSdkRelease.BuilderMobileSdkRelease.Builder. tags(Tag... tags)Tags that are associated with the release.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)An array of key:value pairs to associate with the resource.Method parameters in software.amazon.awssdk.services.wafv2.model with type arguments of type Tag Modifier and Type Method Description TagInfoForResource.BuilderTagInfoForResource.Builder. tagList(Collection<Tag> tagList)The array of Tag objects defined for the resource.CreateIpSetRequest.BuilderCreateIpSetRequest.Builder. tags(Collection<Tag> tags)An array of key:value pairs to associate with the resource.CreateRegexPatternSetRequest.BuilderCreateRegexPatternSetRequest.Builder. tags(Collection<Tag> tags)An array of key:value pairs to associate with the resource.CreateRuleGroupRequest.BuilderCreateRuleGroupRequest.Builder. tags(Collection<Tag> tags)An array of key:value pairs to associate with the resource.CreateWebAclRequest.BuilderCreateWebAclRequest.Builder. tags(Collection<Tag> tags)An array of key:value pairs to associate with the resource.MobileSdkRelease.BuilderMobileSdkRelease.Builder. tags(Collection<Tag> tags)Tags that are associated with the release.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)An array of key:value pairs to associate with the resource.
-