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