Uses of Class
software.amazon.awssdk.services.guardduty.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of Tag in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>EcsClusterDetails. tags()The tags of the ECS Cluster.List<Tag>EcsTaskDetails. tags()The tags of the ECS Task.List<Tag>EksClusterDetails. tags()The EKS cluster tags.List<Tag>InstanceDetails. tags()The tags of the EC2 instance.List<Tag>LambdaDetails. tags()A list of tags attached to this resource, listed in the format ofkey:valuepair.List<Tag>RdsDbInstanceDetails. tags()Instance tag key-value pairs associated with the database instance ID.List<Tag>S3BucketDetail. tags()All tags attached to the S3 bucketMethods in software.amazon.awssdk.services.guardduty.model with parameters of type Tag Modifier and Type Method Description EcsClusterDetails.BuilderEcsClusterDetails.Builder. tags(Tag... tags)The tags of the ECS Cluster.EcsTaskDetails.BuilderEcsTaskDetails.Builder. tags(Tag... tags)The tags of the ECS Task.EksClusterDetails.BuilderEksClusterDetails.Builder. tags(Tag... tags)The EKS cluster tags.InstanceDetails.BuilderInstanceDetails.Builder. tags(Tag... tags)The tags of the EC2 instance.LambdaDetails.BuilderLambdaDetails.Builder. tags(Tag... tags)A list of tags attached to this resource, listed in the format ofkey:valuepair.RdsDbInstanceDetails.BuilderRdsDbInstanceDetails.Builder. tags(Tag... tags)Instance tag key-value pairs associated with the database instance ID.S3BucketDetail.BuilderS3BucketDetail.Builder. tags(Tag... tags)All tags attached to the S3 bucketMethod parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type Tag Modifier and Type Method Description EcsClusterDetails.BuilderEcsClusterDetails.Builder. tags(Collection<Tag> tags)The tags of the ECS Cluster.EcsTaskDetails.BuilderEcsTaskDetails.Builder. tags(Collection<Tag> tags)The tags of the ECS Task.EksClusterDetails.BuilderEksClusterDetails.Builder. tags(Collection<Tag> tags)The EKS cluster tags.InstanceDetails.BuilderInstanceDetails.Builder. tags(Collection<Tag> tags)The tags of the EC2 instance.LambdaDetails.BuilderLambdaDetails.Builder. tags(Collection<Tag> tags)A list of tags attached to this resource, listed in the format ofkey:valuepair.RdsDbInstanceDetails.BuilderRdsDbInstanceDetails.Builder. tags(Collection<Tag> tags)Instance tag key-value pairs associated with the database instance ID.S3BucketDetail.BuilderS3BucketDetail.Builder. tags(Collection<Tag> tags)All tags attached to the S3 bucket
-