Uses of Class
software.amazon.awssdk.services.neptune.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.neptune.model -
-
Uses of Tag in software.amazon.awssdk.services.neptune.model
Methods in software.amazon.awssdk.services.neptune.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>ListTagsForResourceResponse. tagList()List of tags returned by the ListTagsForResource operation.List<Tag>AddTagsToResourceRequest. tags()The tags to be assigned to the Amazon Neptune resource.List<Tag>CopyDbClusterParameterGroupRequest. tags()The tags to be assigned to the copied DB cluster parameter group.List<Tag>CopyDbClusterSnapshotRequest. tags()The tags to assign to the new DB cluster snapshot copy.List<Tag>CopyDbParameterGroupRequest. tags()The tags to be assigned to the copied DB parameter group.List<Tag>CreateDbClusterEndpointRequest. tags()The tags to be assigned to the Amazon Neptune resource.List<Tag>CreateDbClusterParameterGroupRequest. tags()The tags to be assigned to the new DB cluster parameter group.List<Tag>CreateDbClusterRequest. tags()The tags to assign to the new DB cluster.List<Tag>CreateDbClusterSnapshotRequest. tags()The tags to be assigned to the DB cluster snapshot.List<Tag>CreateDbInstanceRequest. tags()The tags to assign to the new instance.List<Tag>CreateDbParameterGroupRequest. tags()The tags to be assigned to the new DB parameter group.List<Tag>CreateDbSubnetGroupRequest. tags()The tags to be assigned to the new DB subnet group.List<Tag>CreateEventSubscriptionRequest. tags()The tags to be applied to the new event subscription.List<Tag>RestoreDbClusterFromSnapshotRequest. tags()The tags to be assigned to the restored DB cluster.List<Tag>RestoreDbClusterToPointInTimeRequest. tags()The tags to be applied to the restored DB cluster.Methods in software.amazon.awssdk.services.neptune.model with parameters of type Tag Modifier and Type Method Description ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tagList(Tag... tagList)List of tags returned by the ListTagsForResource operation.AddTagsToResourceRequest.BuilderAddTagsToResourceRequest.Builder. tags(Tag... tags)The tags to be assigned to the Amazon Neptune resource.CopyDbClusterParameterGroupRequest.BuilderCopyDbClusterParameterGroupRequest.Builder. tags(Tag... tags)The tags to be assigned to the copied DB cluster parameter group.CopyDbClusterSnapshotRequest.BuilderCopyDbClusterSnapshotRequest.Builder. tags(Tag... tags)The tags to assign to the new DB cluster snapshot copy.CopyDbParameterGroupRequest.BuilderCopyDbParameterGroupRequest.Builder. tags(Tag... tags)The tags to be assigned to the copied DB parameter group.CreateDbClusterEndpointRequest.BuilderCreateDbClusterEndpointRequest.Builder. tags(Tag... tags)The tags to be assigned to the Amazon Neptune resource.CreateDbClusterParameterGroupRequest.BuilderCreateDbClusterParameterGroupRequest.Builder. tags(Tag... tags)The tags to be assigned to the new DB cluster parameter group.CreateDbClusterRequest.BuilderCreateDbClusterRequest.Builder. tags(Tag... tags)The tags to assign to the new DB cluster.CreateDbClusterSnapshotRequest.BuilderCreateDbClusterSnapshotRequest.Builder. tags(Tag... tags)The tags to be assigned to the DB cluster snapshot.CreateDbInstanceRequest.BuilderCreateDbInstanceRequest.Builder. tags(Tag... tags)The tags to assign to the new instance.CreateDbParameterGroupRequest.BuilderCreateDbParameterGroupRequest.Builder. tags(Tag... tags)The tags to be assigned to the new DB parameter group.CreateDbSubnetGroupRequest.BuilderCreateDbSubnetGroupRequest.Builder. tags(Tag... tags)The tags to be assigned to the new DB subnet group.CreateEventSubscriptionRequest.BuilderCreateEventSubscriptionRequest.Builder. tags(Tag... tags)The tags to be applied to the new event subscription.RestoreDbClusterFromSnapshotRequest.BuilderRestoreDbClusterFromSnapshotRequest.Builder. tags(Tag... tags)The tags to be assigned to the restored DB cluster.RestoreDbClusterToPointInTimeRequest.BuilderRestoreDbClusterToPointInTimeRequest.Builder. tags(Tag... tags)The tags to be applied to the restored DB cluster.Method parameters in software.amazon.awssdk.services.neptune.model with type arguments of type Tag Modifier and Type Method Description ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tagList(Collection<Tag> tagList)List of tags returned by the ListTagsForResource operation.AddTagsToResourceRequest.BuilderAddTagsToResourceRequest.Builder. tags(Collection<Tag> tags)The tags to be assigned to the Amazon Neptune resource.CopyDbClusterParameterGroupRequest.BuilderCopyDbClusterParameterGroupRequest.Builder. tags(Collection<Tag> tags)The tags to be assigned to the copied DB cluster parameter group.CopyDbClusterSnapshotRequest.BuilderCopyDbClusterSnapshotRequest.Builder. tags(Collection<Tag> tags)The tags to assign to the new DB cluster snapshot copy.CopyDbParameterGroupRequest.BuilderCopyDbParameterGroupRequest.Builder. tags(Collection<Tag> tags)The tags to be assigned to the copied DB parameter group.CreateDbClusterEndpointRequest.BuilderCreateDbClusterEndpointRequest.Builder. tags(Collection<Tag> tags)The tags to be assigned to the Amazon Neptune resource.CreateDbClusterParameterGroupRequest.BuilderCreateDbClusterParameterGroupRequest.Builder. tags(Collection<Tag> tags)The tags to be assigned to the new DB cluster parameter group.CreateDbClusterRequest.BuilderCreateDbClusterRequest.Builder. tags(Collection<Tag> tags)The tags to assign to the new DB cluster.CreateDbClusterSnapshotRequest.BuilderCreateDbClusterSnapshotRequest.Builder. tags(Collection<Tag> tags)The tags to be assigned to the DB cluster snapshot.CreateDbInstanceRequest.BuilderCreateDbInstanceRequest.Builder. tags(Collection<Tag> tags)The tags to assign to the new instance.CreateDbParameterGroupRequest.BuilderCreateDbParameterGroupRequest.Builder. tags(Collection<Tag> tags)The tags to be assigned to the new DB parameter group.CreateDbSubnetGroupRequest.BuilderCreateDbSubnetGroupRequest.Builder. tags(Collection<Tag> tags)The tags to be assigned to the new DB subnet group.CreateEventSubscriptionRequest.BuilderCreateEventSubscriptionRequest.Builder. tags(Collection<Tag> tags)The tags to be applied to the new event subscription.RestoreDbClusterFromSnapshotRequest.BuilderRestoreDbClusterFromSnapshotRequest.Builder. tags(Collection<Tag> tags)The tags to be assigned to the restored DB cluster.RestoreDbClusterToPointInTimeRequest.BuilderRestoreDbClusterToPointInTimeRequest.Builder. tags(Collection<Tag> tags)The tags to be applied to the restored DB cluster.
-