Uses of Class
com.amazonaws.services.databasemigrationservice.model.Tag
-
Packages that use Tag Package Description com.amazonaws.services.databasemigrationservice.model -
-
Uses of Tag in com.amazonaws.services.databasemigrationservice.model
Methods in com.amazonaws.services.databasemigrationservice.model that return Tag Modifier and Type Method Description Tag
Tag. clone()
Tag
Tag. withKey(String key)
A key is the required name of the tag.Tag
Tag. withValue(String value)
A value is the optional value of the tag.Methods in com.amazonaws.services.databasemigrationservice.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>
ListTagsForResourceResult. getTagList()
A list of tags for the resource.List<Tag>
AddTagsToResourceRequest. getTags()
The tag to be assigned to the DMS resource.List<Tag>
CreateEndpointRequest. getTags()
Tags to be added to the endpoint.List<Tag>
CreateReplicationInstanceRequest. getTags()
Tags to be associated with the replication instance.List<Tag>
CreateReplicationSubnetGroupRequest. getTags()
The tag to be assigned to the subnet group.List<Tag>
CreateReplicationTaskRequest. getTags()
Tags to be added to the replication instance.Methods in com.amazonaws.services.databasemigrationservice.model with parameters of type Tag Modifier and Type Method Description ListTagsForResourceResult
ListTagsForResourceResult. withTagList(Tag... tagList)
A list of tags for the resource.AddTagsToResourceRequest
AddTagsToResourceRequest. withTags(Tag... tags)
The tag to be assigned to the DMS resource.CreateEndpointRequest
CreateEndpointRequest. withTags(Tag... tags)
Tags to be added to the endpoint.CreateReplicationInstanceRequest
CreateReplicationInstanceRequest. withTags(Tag... tags)
Tags to be associated with the replication instance.CreateReplicationSubnetGroupRequest
CreateReplicationSubnetGroupRequest. withTags(Tag... tags)
The tag to be assigned to the subnet group.CreateReplicationTaskRequest
CreateReplicationTaskRequest. withTags(Tag... tags)
Tags to be added to the replication instance.Method parameters in com.amazonaws.services.databasemigrationservice.model with type arguments of type Tag Modifier and Type Method Description void
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
ListTagsForResourceResult. withTagList(Collection<Tag> tagList)
A list of tags for the resource.AddTagsToResourceRequest
AddTagsToResourceRequest. withTags(Collection<Tag> tags)
The tag to be assigned to the DMS resource.CreateEndpointRequest
CreateEndpointRequest. withTags(Collection<Tag> tags)
Tags to be added to the endpoint.CreateReplicationInstanceRequest
CreateReplicationInstanceRequest. withTags(Collection<Tag> tags)
Tags to be associated with the replication instance.CreateReplicationSubnetGroupRequest
CreateReplicationSubnetGroupRequest. withTags(Collection<Tag> tags)
The tag to be assigned to the subnet group.CreateReplicationTaskRequest
CreateReplicationTaskRequest. withTags(Collection<Tag> tags)
Tags to be added to the replication instance.
-