Uses of Class
com.amazonaws.services.redshift.model.Tag
-
Packages that use Tag Package Description com.amazonaws.services.redshift.model -
-
Uses of Tag in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return Tag Modifier and Type Method Description Tag
Tag. clone()
Tag
TaggedResource. getTag()
The tag for the resource.Tag
Tag. withKey(String key)
The key, or name, for the resource tag.Tag
Tag. withValue(String value)
The value for the resource tag.Methods in com.amazonaws.services.redshift.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>
Cluster. getTags()
The list of tags for the cluster.List<Tag>
ClusterParameterGroup. getTags()
The list of tags for the cluster parameter group.List<Tag>
ClusterSecurityGroup. getTags()
The list of tags for the cluster security group.List<Tag>
ClusterSubnetGroup. getTags()
The list of tags for the cluster subnet group.List<Tag>
CreateClusterParameterGroupRequest. getTags()
A list of tag instances.List<Tag>
CreateClusterRequest. getTags()
A list of tag instances.List<Tag>
CreateClusterSecurityGroupRequest. getTags()
A list of tag instances.List<Tag>
CreateClusterSnapshotRequest. getTags()
A list of tag instances.List<Tag>
CreateClusterSubnetGroupRequest. getTags()
A list of tag instances.List<Tag>
CreateEventSubscriptionRequest. getTags()
A list of tag instances.List<Tag>
CreateHsmClientCertificateRequest. getTags()
A list of tag instances.List<Tag>
CreateHsmConfigurationRequest. getTags()
A list of tag instances.List<Tag>
CreateSnapshotCopyGrantRequest. getTags()
A list of tag instances.List<Tag>
CreateTagsRequest. getTags()
One or more name/value pairs to add as tags to the specified resource.List<Tag>
EC2SecurityGroup. getTags()
The list of tags for the EC2 security group.List<Tag>
EventSubscription. getTags()
The list of tags for the event subscription.List<Tag>
HsmClientCertificate. getTags()
The list of tags for the HSM client certificate.List<Tag>
HsmConfiguration. getTags()
The list of tags for the HSM configuration.List<Tag>
IPRange. getTags()
The list of tags for the IP range.List<Tag>
Snapshot. getTags()
The list of tags for the cluster snapshot.List<Tag>
SnapshotCopyGrant. getTags()
A list of tag instances.Methods in com.amazonaws.services.redshift.model with parameters of type Tag Modifier and Type Method Description void
TaggedResource. setTag(Tag tag)
The tag for the resource.TaggedResource
TaggedResource. withTag(Tag tag)
The tag for the resource.Cluster
Cluster. withTags(Tag... tags)
The list of tags for the cluster.ClusterParameterGroup
ClusterParameterGroup. withTags(Tag... tags)
The list of tags for the cluster parameter group.ClusterSecurityGroup
ClusterSecurityGroup. withTags(Tag... tags)
The list of tags for the cluster security group.ClusterSubnetGroup
ClusterSubnetGroup. withTags(Tag... tags)
The list of tags for the cluster subnet group.CreateClusterParameterGroupRequest
CreateClusterParameterGroupRequest. withTags(Tag... tags)
A list of tag instances.CreateClusterRequest
CreateClusterRequest. withTags(Tag... tags)
A list of tag instances.CreateClusterSecurityGroupRequest
CreateClusterSecurityGroupRequest. withTags(Tag... tags)
A list of tag instances.CreateClusterSnapshotRequest
CreateClusterSnapshotRequest. withTags(Tag... tags)
A list of tag instances.CreateClusterSubnetGroupRequest
CreateClusterSubnetGroupRequest. withTags(Tag... tags)
A list of tag instances.CreateEventSubscriptionRequest
CreateEventSubscriptionRequest. withTags(Tag... tags)
A list of tag instances.CreateHsmClientCertificateRequest
CreateHsmClientCertificateRequest. withTags(Tag... tags)
A list of tag instances.CreateHsmConfigurationRequest
CreateHsmConfigurationRequest. withTags(Tag... tags)
A list of tag instances.CreateSnapshotCopyGrantRequest
CreateSnapshotCopyGrantRequest. withTags(Tag... tags)
A list of tag instances.CreateTagsRequest
CreateTagsRequest. withTags(Tag... tags)
One or more name/value pairs to add as tags to the specified resource.EC2SecurityGroup
EC2SecurityGroup. withTags(Tag... tags)
The list of tags for the EC2 security group.EventSubscription
EventSubscription. withTags(Tag... tags)
The list of tags for the event subscription.HsmClientCertificate
HsmClientCertificate. withTags(Tag... tags)
The list of tags for the HSM client certificate.HsmConfiguration
HsmConfiguration. withTags(Tag... tags)
The list of tags for the HSM configuration.IPRange
IPRange. withTags(Tag... tags)
The list of tags for the IP range.Snapshot
Snapshot. withTags(Tag... tags)
The list of tags for the cluster snapshot.SnapshotCopyGrant
SnapshotCopyGrant. withTags(Tag... tags)
A list of tag instances.Method parameters in com.amazonaws.services.redshift.model with type arguments of type Tag Modifier and Type Method Description void
Cluster. setTags(Collection<Tag> tags)
The list of tags for the cluster.void
ClusterParameterGroup. setTags(Collection<Tag> tags)
The list of tags for the cluster parameter group.void
ClusterSecurityGroup. setTags(Collection<Tag> tags)
The list of tags for the cluster security group.void
ClusterSubnetGroup. setTags(Collection<Tag> tags)
The list of tags for the cluster subnet group.void
CreateClusterParameterGroupRequest. setTags(Collection<Tag> tags)
A list of tag instances.void
CreateClusterRequest. setTags(Collection<Tag> tags)
A list of tag instances.void
CreateClusterSecurityGroupRequest. setTags(Collection<Tag> tags)
A list of tag instances.void
CreateClusterSnapshotRequest. setTags(Collection<Tag> tags)
A list of tag instances.void
CreateClusterSubnetGroupRequest. setTags(Collection<Tag> tags)
A list of tag instances.void
CreateEventSubscriptionRequest. setTags(Collection<Tag> tags)
A list of tag instances.void
CreateHsmClientCertificateRequest. setTags(Collection<Tag> tags)
A list of tag instances.void
CreateHsmConfigurationRequest. setTags(Collection<Tag> tags)
A list of tag instances.void
CreateSnapshotCopyGrantRequest. setTags(Collection<Tag> tags)
A list of tag instances.void
CreateTagsRequest. setTags(Collection<Tag> tags)
One or more name/value pairs to add as tags to the specified resource.void
EC2SecurityGroup. setTags(Collection<Tag> tags)
The list of tags for the EC2 security group.void
EventSubscription. setTags(Collection<Tag> tags)
The list of tags for the event subscription.void
HsmClientCertificate. setTags(Collection<Tag> tags)
The list of tags for the HSM client certificate.void
HsmConfiguration. setTags(Collection<Tag> tags)
The list of tags for the HSM configuration.void
IPRange. setTags(Collection<Tag> tags)
The list of tags for the IP range.void
Snapshot. setTags(Collection<Tag> tags)
The list of tags for the cluster snapshot.void
SnapshotCopyGrant. setTags(Collection<Tag> tags)
A list of tag instances.Cluster
Cluster. withTags(Collection<Tag> tags)
The list of tags for the cluster.ClusterParameterGroup
ClusterParameterGroup. withTags(Collection<Tag> tags)
The list of tags for the cluster parameter group.ClusterSecurityGroup
ClusterSecurityGroup. withTags(Collection<Tag> tags)
The list of tags for the cluster security group.ClusterSubnetGroup
ClusterSubnetGroup. withTags(Collection<Tag> tags)
The list of tags for the cluster subnet group.CreateClusterParameterGroupRequest
CreateClusterParameterGroupRequest. withTags(Collection<Tag> tags)
A list of tag instances.CreateClusterRequest
CreateClusterRequest. withTags(Collection<Tag> tags)
A list of tag instances.CreateClusterSecurityGroupRequest
CreateClusterSecurityGroupRequest. withTags(Collection<Tag> tags)
A list of tag instances.CreateClusterSnapshotRequest
CreateClusterSnapshotRequest. withTags(Collection<Tag> tags)
A list of tag instances.CreateClusterSubnetGroupRequest
CreateClusterSubnetGroupRequest. withTags(Collection<Tag> tags)
A list of tag instances.CreateEventSubscriptionRequest
CreateEventSubscriptionRequest. withTags(Collection<Tag> tags)
A list of tag instances.CreateHsmClientCertificateRequest
CreateHsmClientCertificateRequest. withTags(Collection<Tag> tags)
A list of tag instances.CreateHsmConfigurationRequest
CreateHsmConfigurationRequest. withTags(Collection<Tag> tags)
A list of tag instances.CreateSnapshotCopyGrantRequest
CreateSnapshotCopyGrantRequest. withTags(Collection<Tag> tags)
A list of tag instances.CreateTagsRequest
CreateTagsRequest. withTags(Collection<Tag> tags)
One or more name/value pairs to add as tags to the specified resource.EC2SecurityGroup
EC2SecurityGroup. withTags(Collection<Tag> tags)
The list of tags for the EC2 security group.EventSubscription
EventSubscription. withTags(Collection<Tag> tags)
The list of tags for the event subscription.HsmClientCertificate
HsmClientCertificate. withTags(Collection<Tag> tags)
The list of tags for the HSM client certificate.HsmConfiguration
HsmConfiguration. withTags(Collection<Tag> tags)
The list of tags for the HSM configuration.IPRange
IPRange. withTags(Collection<Tag> tags)
The list of tags for the IP range.Snapshot
Snapshot. withTags(Collection<Tag> tags)
The list of tags for the cluster snapshot.SnapshotCopyGrant
SnapshotCopyGrant. withTags(Collection<Tag> tags)
A list of tag instances.
-