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 TypeMethodDescriptionvoidThe 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 TypeMethodDescriptionvoidCluster.setTags(Collection<Tag> tags) The list of tags for the cluster.voidClusterParameterGroup.setTags(Collection<Tag> tags) The list of tags for the cluster parameter group.voidClusterSecurityGroup.setTags(Collection<Tag> tags) The list of tags for the cluster security group.voidClusterSubnetGroup.setTags(Collection<Tag> tags) The list of tags for the cluster subnet group.voidCreateClusterParameterGroupRequest.setTags(Collection<Tag> tags) A list of tag instances.voidCreateClusterRequest.setTags(Collection<Tag> tags) A list of tag instances.voidCreateClusterSecurityGroupRequest.setTags(Collection<Tag> tags) A list of tag instances.voidCreateClusterSnapshotRequest.setTags(Collection<Tag> tags) A list of tag instances.voidCreateClusterSubnetGroupRequest.setTags(Collection<Tag> tags) A list of tag instances.voidCreateEventSubscriptionRequest.setTags(Collection<Tag> tags) A list of tag instances.voidCreateHsmClientCertificateRequest.setTags(Collection<Tag> tags) A list of tag instances.voidCreateHsmConfigurationRequest.setTags(Collection<Tag> tags) A list of tag instances.voidCreateSnapshotCopyGrantRequest.setTags(Collection<Tag> tags) A list of tag instances.voidCreateTagsRequest.setTags(Collection<Tag> tags) One or more name/value pairs to add as tags to the specified resource.voidEC2SecurityGroup.setTags(Collection<Tag> tags) The list of tags for the EC2 security group.voidEventSubscription.setTags(Collection<Tag> tags) The list of tags for the event subscription.voidHsmClientCertificate.setTags(Collection<Tag> tags) The list of tags for the HSM client certificate.voidHsmConfiguration.setTags(Collection<Tag> tags) The list of tags for the HSM configuration.voidIPRange.setTags(Collection<Tag> tags) The list of tags for the IP range.voidSnapshot.setTags(Collection<Tag> tags) The list of tags for the cluster snapshot.voidSnapshotCopyGrant.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.