Uses of Class
software.amazon.awssdk.services.docdb.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.docdb.model -
-
Uses of Tag in software.amazon.awssdk.services.docdb.model
Methods in software.amazon.awssdk.services.docdb.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>ListTagsForResourceResponse. tagList()A list of one or more tags.List<Tag>AddTagsToResourceRequest. tags()The tags to be assigned to the Amazon DocumentDB resource.List<Tag>CopyDbClusterParameterGroupRequest. tags()The tags that are to be assigned to the parameter group.List<Tag>CopyDbClusterSnapshotRequest. tags()The tags to be assigned to the cluster snapshot.List<Tag>CreateDbClusterParameterGroupRequest. tags()The tags to be assigned to the cluster parameter group.List<Tag>CreateDbClusterRequest. tags()The tags to be assigned to the cluster.List<Tag>CreateDbClusterSnapshotRequest. tags()The tags to be assigned to the cluster snapshot.List<Tag>CreateDbInstanceRequest. tags()The tags to be assigned to the instance.List<Tag>CreateDbSubnetGroupRequest. tags()The tags to be assigned to the subnet group.List<Tag>CreateEventSubscriptionRequest. tags()The tags to be assigned to the event subscription.List<Tag>RestoreDbClusterFromSnapshotRequest. tags()The tags to be assigned to the restored cluster.List<Tag>RestoreDbClusterToPointInTimeRequest. tags()The tags to be assigned to the restored cluster.Methods in software.amazon.awssdk.services.docdb.model with parameters of type Tag Modifier and Type Method Description ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tagList(Tag... tagList)A list of one or more tags.AddTagsToResourceRequest.BuilderAddTagsToResourceRequest.Builder. tags(Tag... tags)The tags to be assigned to the Amazon DocumentDB resource.CopyDbClusterParameterGroupRequest.BuilderCopyDbClusterParameterGroupRequest.Builder. tags(Tag... tags)The tags that are to be assigned to the parameter group.CopyDbClusterSnapshotRequest.BuilderCopyDbClusterSnapshotRequest.Builder. tags(Tag... tags)The tags to be assigned to the cluster snapshot.CreateDbClusterParameterGroupRequest.BuilderCreateDbClusterParameterGroupRequest.Builder. tags(Tag... tags)The tags to be assigned to the cluster parameter group.CreateDbClusterRequest.BuilderCreateDbClusterRequest.Builder. tags(Tag... tags)The tags to be assigned to the cluster.CreateDbClusterSnapshotRequest.BuilderCreateDbClusterSnapshotRequest.Builder. tags(Tag... tags)The tags to be assigned to the cluster snapshot.CreateDbInstanceRequest.BuilderCreateDbInstanceRequest.Builder. tags(Tag... tags)The tags to be assigned to the instance.CreateDbSubnetGroupRequest.BuilderCreateDbSubnetGroupRequest.Builder. tags(Tag... tags)The tags to be assigned to the subnet group.CreateEventSubscriptionRequest.BuilderCreateEventSubscriptionRequest.Builder. tags(Tag... tags)The tags to be assigned to the event subscription.RestoreDbClusterFromSnapshotRequest.BuilderRestoreDbClusterFromSnapshotRequest.Builder. tags(Tag... tags)The tags to be assigned to the restored cluster.RestoreDbClusterToPointInTimeRequest.BuilderRestoreDbClusterToPointInTimeRequest.Builder. tags(Tag... tags)The tags to be assigned to the restored cluster.Method parameters in software.amazon.awssdk.services.docdb.model with type arguments of type Tag Modifier and Type Method Description ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tagList(Collection<Tag> tagList)A list of one or more tags.AddTagsToResourceRequest.BuilderAddTagsToResourceRequest.Builder. tags(Collection<Tag> tags)The tags to be assigned to the Amazon DocumentDB resource.CopyDbClusterParameterGroupRequest.BuilderCopyDbClusterParameterGroupRequest.Builder. tags(Collection<Tag> tags)The tags that are to be assigned to the parameter group.CopyDbClusterSnapshotRequest.BuilderCopyDbClusterSnapshotRequest.Builder. tags(Collection<Tag> tags)The tags to be assigned to the cluster snapshot.CreateDbClusterParameterGroupRequest.BuilderCreateDbClusterParameterGroupRequest.Builder. tags(Collection<Tag> tags)The tags to be assigned to the cluster parameter group.CreateDbClusterRequest.BuilderCreateDbClusterRequest.Builder. tags(Collection<Tag> tags)The tags to be assigned to the cluster.CreateDbClusterSnapshotRequest.BuilderCreateDbClusterSnapshotRequest.Builder. tags(Collection<Tag> tags)The tags to be assigned to the cluster snapshot.CreateDbInstanceRequest.BuilderCreateDbInstanceRequest.Builder. tags(Collection<Tag> tags)The tags to be assigned to the instance.CreateDbSubnetGroupRequest.BuilderCreateDbSubnetGroupRequest.Builder. tags(Collection<Tag> tags)The tags to be assigned to the subnet group.CreateEventSubscriptionRequest.BuilderCreateEventSubscriptionRequest.Builder. tags(Collection<Tag> tags)The tags to be assigned to the event subscription.RestoreDbClusterFromSnapshotRequest.BuilderRestoreDbClusterFromSnapshotRequest.Builder. tags(Collection<Tag> tags)The tags to be assigned to the restored cluster.RestoreDbClusterToPointInTimeRequest.BuilderRestoreDbClusterToPointInTimeRequest.Builder. tags(Collection<Tag> tags)The tags to be assigned to the restored cluster.
-