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 TagTag. clone()TagTag. withKey(String key)A key is the required name of the tag.TagTag. 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 ListTagsForResourceResultListTagsForResourceResult. withTagList(Tag... tagList)A list of tags for the resource.AddTagsToResourceRequestAddTagsToResourceRequest. withTags(Tag... tags)The tag to be assigned to the DMS resource.CreateEndpointRequestCreateEndpointRequest. withTags(Tag... tags)Tags to be added to the endpoint.CreateReplicationInstanceRequestCreateReplicationInstanceRequest. withTags(Tag... tags)Tags to be associated with the replication instance.CreateReplicationSubnetGroupRequestCreateReplicationSubnetGroupRequest. withTags(Tag... tags)The tag to be assigned to the subnet group.CreateReplicationTaskRequestCreateReplicationTaskRequest. 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 voidListTagsForResourceResult. setTagList(Collection<Tag> tagList)A list of tags for the resource.voidAddTagsToResourceRequest. setTags(Collection<Tag> tags)The tag to be assigned to the DMS resource.voidCreateEndpointRequest. setTags(Collection<Tag> tags)Tags to be added to the endpoint.voidCreateReplicationInstanceRequest. setTags(Collection<Tag> tags)Tags to be associated with the replication instance.voidCreateReplicationSubnetGroupRequest. setTags(Collection<Tag> tags)The tag to be assigned to the subnet group.voidCreateReplicationTaskRequest. setTags(Collection<Tag> tags)Tags to be added to the replication instance.ListTagsForResourceResultListTagsForResourceResult. withTagList(Collection<Tag> tagList)A list of tags for the resource.AddTagsToResourceRequestAddTagsToResourceRequest. withTags(Collection<Tag> tags)The tag to be assigned to the DMS resource.CreateEndpointRequestCreateEndpointRequest. withTags(Collection<Tag> tags)Tags to be added to the endpoint.CreateReplicationInstanceRequestCreateReplicationInstanceRequest. withTags(Collection<Tag> tags)Tags to be associated with the replication instance.CreateReplicationSubnetGroupRequestCreateReplicationSubnetGroupRequest. withTags(Collection<Tag> tags)The tag to be assigned to the subnet group.CreateReplicationTaskRequestCreateReplicationTaskRequest. withTags(Collection<Tag> tags)Tags to be added to the replication instance.
-