Uses of Class
software.amazon.awssdk.services.redshiftserverless.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.redshiftserverless.model -
-
Uses of Tag in software.amazon.awssdk.services.redshiftserverless.model
Methods in software.amazon.awssdk.services.redshiftserverless.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>ConvertRecoveryPointToSnapshotRequest. tags()An array of Tag objects to associate with the created snapshot.List<Tag>CreateNamespaceRequest. tags()A list of tag instances.List<Tag>CreateSnapshotRequest. tags()An array of Tag objects to associate with the snapshot.List<Tag>CreateSnapshotScheduleActionParameters. tags()An array of Tag objects to associate with the snapshot.List<Tag>CreateWorkgroupRequest. tags()A array of tag instances.List<Tag>ListTagsForResourceResponse. tags()A map of the key-value pairs assigned to the resource.List<Tag>TagResourceRequest. tags()The map of the key-value pairs used to tag the resource.Methods in software.amazon.awssdk.services.redshiftserverless.model with parameters of type Tag Modifier and Type Method Description ConvertRecoveryPointToSnapshotRequest.BuilderConvertRecoveryPointToSnapshotRequest.Builder. tags(Tag... tags)An array of Tag objects to associate with the created snapshot.CreateNamespaceRequest.BuilderCreateNamespaceRequest.Builder. tags(Tag... tags)A list of tag instances.CreateSnapshotRequest.BuilderCreateSnapshotRequest.Builder. tags(Tag... tags)An array of Tag objects to associate with the snapshot.CreateSnapshotScheduleActionParameters.BuilderCreateSnapshotScheduleActionParameters.Builder. tags(Tag... tags)An array of Tag objects to associate with the snapshot.CreateWorkgroupRequest.BuilderCreateWorkgroupRequest.Builder. tags(Tag... tags)A array of tag instances.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)A map of the key-value pairs assigned to the resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)The map of the key-value pairs used to tag the resource.Method parameters in software.amazon.awssdk.services.redshiftserverless.model with type arguments of type Tag Modifier and Type Method Description ConvertRecoveryPointToSnapshotRequest.BuilderConvertRecoveryPointToSnapshotRequest.Builder. tags(Collection<Tag> tags)An array of Tag objects to associate with the created snapshot.CreateNamespaceRequest.BuilderCreateNamespaceRequest.Builder. tags(Collection<Tag> tags)A list of tag instances.CreateSnapshotRequest.BuilderCreateSnapshotRequest.Builder. tags(Collection<Tag> tags)An array of Tag objects to associate with the snapshot.CreateSnapshotScheduleActionParameters.BuilderCreateSnapshotScheduleActionParameters.Builder. tags(Collection<Tag> tags)An array of Tag objects to associate with the snapshot.CreateWorkgroupRequest.BuilderCreateWorkgroupRequest.Builder. tags(Collection<Tag> tags)A array of tag instances.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)A map of the key-value pairs assigned to the resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)The map of the key-value pairs used to tag the resource.
-