| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The EC2 instance tag key.
|
Tag |
Tag.withValue(String value)
The EC2 instance tag value.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
LambdaDetails.getTags()
A list of tags attached to this resource, listed in the format of
key:value pair. |
List<Tag> |
EcsClusterDetails.getTags()
The tags of the ECS Cluster.
|
List<Tag> |
EksClusterDetails.getTags()
The EKS cluster tags.
|
List<Tag> |
InstanceDetails.getTags()
The tags of the EC2 instance.
|
List<Tag> |
EcsTaskDetails.getTags()
The tags of the ECS Task.
|
List<Tag> |
S3BucketDetail.getTags()
All tags attached to the S3 bucket
|
List<Tag> |
RdsDbInstanceDetails.getTags()
Instance tag key-value pairs associated with the database instance ID.
|
| Modifier and Type | Method and Description |
|---|---|
LambdaDetails |
LambdaDetails.withTags(Tag... tags)
A list of tags attached to this resource, listed in the format of
key:value pair. |
EcsClusterDetails |
EcsClusterDetails.withTags(Tag... tags)
The tags of the ECS Cluster.
|
EksClusterDetails |
EksClusterDetails.withTags(Tag... tags)
The EKS cluster tags.
|
InstanceDetails |
InstanceDetails.withTags(Tag... tags)
The tags of the EC2 instance.
|
EcsTaskDetails |
EcsTaskDetails.withTags(Tag... tags)
The tags of the ECS Task.
|
S3BucketDetail |
S3BucketDetail.withTags(Tag... tags)
All tags attached to the S3 bucket
|
RdsDbInstanceDetails |
RdsDbInstanceDetails.withTags(Tag... tags)
Instance tag key-value pairs associated with the database instance ID.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LambdaDetails.setTags(Collection<Tag> tags)
A list of tags attached to this resource, listed in the format of
key:value pair. |
void |
EcsClusterDetails.setTags(Collection<Tag> tags)
The tags of the ECS Cluster.
|
void |
EksClusterDetails.setTags(Collection<Tag> tags)
The EKS cluster tags.
|
void |
InstanceDetails.setTags(Collection<Tag> tags)
The tags of the EC2 instance.
|
void |
EcsTaskDetails.setTags(Collection<Tag> tags)
The tags of the ECS Task.
|
void |
S3BucketDetail.setTags(Collection<Tag> tags)
All tags attached to the S3 bucket
|
void |
RdsDbInstanceDetails.setTags(Collection<Tag> tags)
Instance tag key-value pairs associated with the database instance ID.
|
LambdaDetails |
LambdaDetails.withTags(Collection<Tag> tags)
A list of tags attached to this resource, listed in the format of
key:value pair. |
EcsClusterDetails |
EcsClusterDetails.withTags(Collection<Tag> tags)
The tags of the ECS Cluster.
|
EksClusterDetails |
EksClusterDetails.withTags(Collection<Tag> tags)
The EKS cluster tags.
|
InstanceDetails |
InstanceDetails.withTags(Collection<Tag> tags)
The tags of the EC2 instance.
|
EcsTaskDetails |
EcsTaskDetails.withTags(Collection<Tag> tags)
The tags of the ECS Task.
|
S3BucketDetail |
S3BucketDetail.withTags(Collection<Tag> tags)
All tags attached to the S3 bucket
|
RdsDbInstanceDetails |
RdsDbInstanceDetails.withTags(Collection<Tag> tags)
Instance tag key-value pairs associated with the database instance ID.
|
Copyright © 2023. All rights reserved.