Uses of Class
software.amazon.awssdk.services.shield.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.shield.model -
-
Uses of Tag in software.amazon.awssdk.services.shield.model
Methods in software.amazon.awssdk.services.shield.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateProtectionGroupRequest. tags()One or more tag key-value pairs for the protection group.List<Tag>CreateProtectionRequest. tags()One or more tag key-value pairs for the Protection object that is created.List<Tag>ListTagsForResourceResponse. tags()A list of tag key and value pairs associated with the specified resource.List<Tag>TagResourceRequest. tags()The tags that you want to modify or add to the resource.Methods in software.amazon.awssdk.services.shield.model with parameters of type Tag Modifier and Type Method Description CreateProtectionGroupRequest.BuilderCreateProtectionGroupRequest.Builder. tags(Tag... tags)One or more tag key-value pairs for the protection group.CreateProtectionRequest.BuilderCreateProtectionRequest.Builder. tags(Tag... tags)One or more tag key-value pairs for the Protection object that is created.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)A list of tag key and value pairs associated with the specified resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)The tags that you want to modify or add to the resource.Method parameters in software.amazon.awssdk.services.shield.model with type arguments of type Tag Modifier and Type Method Description CreateProtectionGroupRequest.BuilderCreateProtectionGroupRequest.Builder. tags(Collection<Tag> tags)One or more tag key-value pairs for the protection group.CreateProtectionRequest.BuilderCreateProtectionRequest.Builder. tags(Collection<Tag> tags)One or more tag key-value pairs for the Protection object that is created.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)A list of tag key and value pairs associated with the specified resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)The tags that you want to modify or add to the resource.
-