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