Uses of Class
com.amazonaws.services.databasemigrationservice.model.Tag
Packages that use Tag
-
Uses of Tag in com.amazonaws.services.databasemigrationservice.model
Methods in com.amazonaws.services.databasemigrationservice.model that return TagModifier and TypeMethodDescriptionTag.clone()
A key is the required name of the tag.A value is the optional value of the tag.Methods in com.amazonaws.services.databasemigrationservice.model that return types with arguments of type TagModifier and TypeMethodDescriptionListTagsForResourceResult.getTagList()
A list of tags for the resource.AddTagsToResourceRequest.getTags()
The tag to be assigned to the DMS resource.CreateEndpointRequest.getTags()
Tags to be added to the endpoint.CreateReplicationInstanceRequest.getTags()
Tags to be associated with the replication instance.CreateReplicationSubnetGroupRequest.getTags()
The tag to be assigned to the subnet group.CreateReplicationTaskRequest.getTags()
Tags to be added to the replication instance.Methods in com.amazonaws.services.databasemigrationservice.model with parameters of type TagModifier and TypeMethodDescriptionListTagsForResourceResult.withTagList
(Tag... tagList) A list of tags for the resource.The tag to be assigned to the DMS resource.Tags to be added to the endpoint.Tags to be associated with the replication instance.The tag to be assigned to the subnet group.Tags to be added to the replication instance.Method parameters in com.amazonaws.services.databasemigrationservice.model with type arguments of type TagModifier and TypeMethodDescriptionvoid
ListTagsForResourceResult.setTagList
(Collection<Tag> tagList) A list of tags for the resource.void
AddTagsToResourceRequest.setTags
(Collection<Tag> tags) The tag to be assigned to the DMS resource.void
CreateEndpointRequest.setTags
(Collection<Tag> tags) Tags to be added to the endpoint.void
CreateReplicationInstanceRequest.setTags
(Collection<Tag> tags) Tags to be associated with the replication instance.void
CreateReplicationSubnetGroupRequest.setTags
(Collection<Tag> tags) The tag to be assigned to the subnet group.void
CreateReplicationTaskRequest.setTags
(Collection<Tag> tags) Tags to be added to the replication instance.ListTagsForResourceResult.withTagList
(Collection<Tag> tagList) A list of tags for the resource.AddTagsToResourceRequest.withTags
(Collection<Tag> tags) The tag to be assigned to the DMS resource.CreateEndpointRequest.withTags
(Collection<Tag> tags) Tags to be added to the endpoint.CreateReplicationInstanceRequest.withTags
(Collection<Tag> tags) Tags to be associated with the replication instance.CreateReplicationSubnetGroupRequest.withTags
(Collection<Tag> tags) The tag to be assigned to the subnet group.CreateReplicationTaskRequest.withTags
(Collection<Tag> tags) Tags to be added to the replication instance.