Uses of Class
software.amazon.awssdk.services.redshift.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of Tag in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return Tag Modifier and Type Method Description TagTaggedResource. tag()The tag for the resource.Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateIntegrationRequest. tagList()A list of tags.List<Tag>Cluster. tags()The list of tags for the cluster.List<Tag>ClusterParameterGroup. tags()The list of tags for the cluster parameter group.List<Tag>ClusterSecurityGroup. tags()The list of tags for the cluster security group.List<Tag>ClusterSubnetGroup. tags()The list of tags for the cluster subnet group.List<Tag>CreateClusterParameterGroupRequest. tags()A list of tag instances.List<Tag>CreateClusterRequest. tags()A list of tag instances.List<Tag>CreateClusterSecurityGroupRequest. tags()A list of tag instances.List<Tag>CreateClusterSnapshotRequest. tags()A list of tag instances.List<Tag>CreateClusterSubnetGroupRequest. tags()A list of tag instances.List<Tag>CreateEventSubscriptionRequest. tags()A list of tag instances.List<Tag>CreateHsmClientCertificateRequest. tags()A list of tag instances.List<Tag>CreateHsmConfigurationRequest. tags()A list of tag instances.List<Tag>CreateIntegrationResponse. tags()The list of tags associated with the integration.List<Tag>CreateSnapshotCopyGrantRequest. tags()A list of tag instances.List<Tag>CreateSnapshotScheduleRequest. tags()An optional set of tags you can use to search for the schedule.List<Tag>CreateSnapshotScheduleResponse. tags()An optional set of tags describing the schedule.List<Tag>CreateTagsRequest. tags()One or more name/value pairs to add as tags to the specified resource.List<Tag>CreateUsageLimitRequest. tags()A list of tag instances.List<Tag>CreateUsageLimitResponse. tags()A list of tag instances.List<Tag>DeleteIntegrationResponse. tags()The list of tags associated with the integration.List<Tag>EC2SecurityGroup. tags()The list of tags for the EC2 security group.List<Tag>EventSubscription. tags()The list of tags for the event subscription.List<Tag>HsmClientCertificate. tags()The list of tags for the HSM client certificate.List<Tag>HsmConfiguration. tags()The list of tags for the HSM configuration.List<Tag>Integration. tags()The list of tags associated with the integration.List<Tag>IPRange. tags()The list of tags for the IP range.List<Tag>ModifyIntegrationResponse. tags()The list of tags associated with the integration.List<Tag>ModifySnapshotScheduleResponse. tags()An optional set of tags describing the schedule.List<Tag>ModifyUsageLimitResponse. tags()A list of tag instances.List<Tag>Snapshot. tags()The list of tags for the cluster snapshot.List<Tag>SnapshotCopyGrant. tags()A list of tag instances.List<Tag>SnapshotSchedule. tags()An optional set of tags describing the schedule.List<Tag>UsageLimit. tags()A list of tag instances.Methods in software.amazon.awssdk.services.redshift.model with parameters of type Tag Modifier and Type Method Description TaggedResource.BuilderTaggedResource.Builder. tag(Tag tag)The tag for the resource.CreateIntegrationRequest.BuilderCreateIntegrationRequest.Builder. tagList(Tag... tagList)A list of tags.Cluster.BuilderCluster.Builder. tags(Tag... tags)The list of tags for the cluster.ClusterParameterGroup.BuilderClusterParameterGroup.Builder. tags(Tag... tags)The list of tags for the cluster parameter group.ClusterSecurityGroup.BuilderClusterSecurityGroup.Builder. tags(Tag... tags)The list of tags for the cluster security group.ClusterSubnetGroup.BuilderClusterSubnetGroup.Builder. tags(Tag... tags)The list of tags for the cluster subnet group.CreateClusterParameterGroupRequest.BuilderCreateClusterParameterGroupRequest.Builder. tags(Tag... tags)A list of tag instances.CreateClusterRequest.BuilderCreateClusterRequest.Builder. tags(Tag... tags)A list of tag instances.CreateClusterSecurityGroupRequest.BuilderCreateClusterSecurityGroupRequest.Builder. tags(Tag... tags)A list of tag instances.CreateClusterSnapshotRequest.BuilderCreateClusterSnapshotRequest.Builder. tags(Tag... tags)A list of tag instances.CreateClusterSubnetGroupRequest.BuilderCreateClusterSubnetGroupRequest.Builder. tags(Tag... tags)A list of tag instances.CreateEventSubscriptionRequest.BuilderCreateEventSubscriptionRequest.Builder. tags(Tag... tags)A list of tag instances.CreateHsmClientCertificateRequest.BuilderCreateHsmClientCertificateRequest.Builder. tags(Tag... tags)A list of tag instances.CreateHsmConfigurationRequest.BuilderCreateHsmConfigurationRequest.Builder. tags(Tag... tags)A list of tag instances.CreateIntegrationResponse.BuilderCreateIntegrationResponse.Builder. tags(Tag... tags)The list of tags associated with the integration.CreateSnapshotCopyGrantRequest.BuilderCreateSnapshotCopyGrantRequest.Builder. tags(Tag... tags)A list of tag instances.CreateSnapshotScheduleRequest.BuilderCreateSnapshotScheduleRequest.Builder. tags(Tag... tags)An optional set of tags you can use to search for the schedule.CreateSnapshotScheduleResponse.BuilderCreateSnapshotScheduleResponse.Builder. tags(Tag... tags)An optional set of tags describing the schedule.CreateTagsRequest.BuilderCreateTagsRequest.Builder. tags(Tag... tags)One or more name/value pairs to add as tags to the specified resource.CreateUsageLimitRequest.BuilderCreateUsageLimitRequest.Builder. tags(Tag... tags)A list of tag instances.CreateUsageLimitResponse.BuilderCreateUsageLimitResponse.Builder. tags(Tag... tags)A list of tag instances.DeleteIntegrationResponse.BuilderDeleteIntegrationResponse.Builder. tags(Tag... tags)The list of tags associated with the integration.EC2SecurityGroup.BuilderEC2SecurityGroup.Builder. tags(Tag... tags)The list of tags for the EC2 security group.EventSubscription.BuilderEventSubscription.Builder. tags(Tag... tags)The list of tags for the event subscription.HsmClientCertificate.BuilderHsmClientCertificate.Builder. tags(Tag... tags)The list of tags for the HSM client certificate.HsmConfiguration.BuilderHsmConfiguration.Builder. tags(Tag... tags)The list of tags for the HSM configuration.Integration.BuilderIntegration.Builder. tags(Tag... tags)The list of tags associated with the integration.IPRange.BuilderIPRange.Builder. tags(Tag... tags)The list of tags for the IP range.ModifyIntegrationResponse.BuilderModifyIntegrationResponse.Builder. tags(Tag... tags)The list of tags associated with the integration.ModifySnapshotScheduleResponse.BuilderModifySnapshotScheduleResponse.Builder. tags(Tag... tags)An optional set of tags describing the schedule.ModifyUsageLimitResponse.BuilderModifyUsageLimitResponse.Builder. tags(Tag... tags)A list of tag instances.Snapshot.BuilderSnapshot.Builder. tags(Tag... tags)The list of tags for the cluster snapshot.SnapshotCopyGrant.BuilderSnapshotCopyGrant.Builder. tags(Tag... tags)A list of tag instances.SnapshotSchedule.BuilderSnapshotSchedule.Builder. tags(Tag... tags)An optional set of tags describing the schedule.UsageLimit.BuilderUsageLimit.Builder. tags(Tag... tags)A list of tag instances.Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type Tag Modifier and Type Method Description CreateIntegrationRequest.BuilderCreateIntegrationRequest.Builder. tagList(Collection<Tag> tagList)A list of tags.Cluster.BuilderCluster.Builder. tags(Collection<Tag> tags)The list of tags for the cluster.ClusterParameterGroup.BuilderClusterParameterGroup.Builder. tags(Collection<Tag> tags)The list of tags for the cluster parameter group.ClusterSecurityGroup.BuilderClusterSecurityGroup.Builder. tags(Collection<Tag> tags)The list of tags for the cluster security group.ClusterSubnetGroup.BuilderClusterSubnetGroup.Builder. tags(Collection<Tag> tags)The list of tags for the cluster subnet group.CreateClusterParameterGroupRequest.BuilderCreateClusterParameterGroupRequest.Builder. tags(Collection<Tag> tags)A list of tag instances.CreateClusterRequest.BuilderCreateClusterRequest.Builder. tags(Collection<Tag> tags)A list of tag instances.CreateClusterSecurityGroupRequest.BuilderCreateClusterSecurityGroupRequest.Builder. tags(Collection<Tag> tags)A list of tag instances.CreateClusterSnapshotRequest.BuilderCreateClusterSnapshotRequest.Builder. tags(Collection<Tag> tags)A list of tag instances.CreateClusterSubnetGroupRequest.BuilderCreateClusterSubnetGroupRequest.Builder. tags(Collection<Tag> tags)A list of tag instances.CreateEventSubscriptionRequest.BuilderCreateEventSubscriptionRequest.Builder. tags(Collection<Tag> tags)A list of tag instances.CreateHsmClientCertificateRequest.BuilderCreateHsmClientCertificateRequest.Builder. tags(Collection<Tag> tags)A list of tag instances.CreateHsmConfigurationRequest.BuilderCreateHsmConfigurationRequest.Builder. tags(Collection<Tag> tags)A list of tag instances.CreateIntegrationResponse.BuilderCreateIntegrationResponse.Builder. tags(Collection<Tag> tags)The list of tags associated with the integration.CreateSnapshotCopyGrantRequest.BuilderCreateSnapshotCopyGrantRequest.Builder. tags(Collection<Tag> tags)A list of tag instances.CreateSnapshotScheduleRequest.BuilderCreateSnapshotScheduleRequest.Builder. tags(Collection<Tag> tags)An optional set of tags you can use to search for the schedule.CreateSnapshotScheduleResponse.BuilderCreateSnapshotScheduleResponse.Builder. tags(Collection<Tag> tags)An optional set of tags describing the schedule.CreateTagsRequest.BuilderCreateTagsRequest.Builder. tags(Collection<Tag> tags)One or more name/value pairs to add as tags to the specified resource.CreateUsageLimitRequest.BuilderCreateUsageLimitRequest.Builder. tags(Collection<Tag> tags)A list of tag instances.CreateUsageLimitResponse.BuilderCreateUsageLimitResponse.Builder. tags(Collection<Tag> tags)A list of tag instances.DeleteIntegrationResponse.BuilderDeleteIntegrationResponse.Builder. tags(Collection<Tag> tags)The list of tags associated with the integration.EC2SecurityGroup.BuilderEC2SecurityGroup.Builder. tags(Collection<Tag> tags)The list of tags for the EC2 security group.EventSubscription.BuilderEventSubscription.Builder. tags(Collection<Tag> tags)The list of tags for the event subscription.HsmClientCertificate.BuilderHsmClientCertificate.Builder. tags(Collection<Tag> tags)The list of tags for the HSM client certificate.HsmConfiguration.BuilderHsmConfiguration.Builder. tags(Collection<Tag> tags)The list of tags for the HSM configuration.Integration.BuilderIntegration.Builder. tags(Collection<Tag> tags)The list of tags associated with the integration.IPRange.BuilderIPRange.Builder. tags(Collection<Tag> tags)The list of tags for the IP range.ModifyIntegrationResponse.BuilderModifyIntegrationResponse.Builder. tags(Collection<Tag> tags)The list of tags associated with the integration.ModifySnapshotScheduleResponse.BuilderModifySnapshotScheduleResponse.Builder. tags(Collection<Tag> tags)An optional set of tags describing the schedule.ModifyUsageLimitResponse.BuilderModifyUsageLimitResponse.Builder. tags(Collection<Tag> tags)A list of tag instances.Snapshot.BuilderSnapshot.Builder. tags(Collection<Tag> tags)The list of tags for the cluster snapshot.SnapshotCopyGrant.BuilderSnapshotCopyGrant.Builder. tags(Collection<Tag> tags)A list of tag instances.SnapshotSchedule.BuilderSnapshotSchedule.Builder. tags(Collection<Tag> tags)An optional set of tags describing the schedule.UsageLimit.BuilderUsageLimit.Builder. tags(Collection<Tag> tags)A list of tag instances.
-