Uses of Class
software.amazon.awssdk.services.inspector.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.inspector.model -
-
Uses of Tag in software.amazon.awssdk.services.inspector.model
Methods in software.amazon.awssdk.services.inspector.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>AssetAttributes. tags()The tags related to the EC2 instance where the finding is generated.List<Tag>ListTagsForResourceResponse. tags()A collection of key and value pairs.List<Tag>SetTagsForResourceRequest. tags()A collection of key and value pairs that you want to set to the assessment template.Methods in software.amazon.awssdk.services.inspector.model with parameters of type Tag Modifier and Type Method Description AssetAttributes.BuilderAssetAttributes.Builder. tags(Tag... tags)The tags related to the EC2 instance where the finding is generated.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)A collection of key and value pairs.SetTagsForResourceRequest.BuilderSetTagsForResourceRequest.Builder. tags(Tag... tags)A collection of key and value pairs that you want to set to the assessment template.Method parameters in software.amazon.awssdk.services.inspector.model with type arguments of type Tag Modifier and Type Method Description AssetAttributes.BuilderAssetAttributes.Builder. tags(Collection<Tag> tags)The tags related to the EC2 instance where the finding is generated.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)A collection of key and value pairs.SetTagsForResourceRequest.BuilderSetTagsForResourceRequest.Builder. tags(Collection<Tag> tags)A collection of key and value pairs that you want to set to the assessment template.
-