Package | Description |
---|---|
com.amazonaws.services.databasemigrationservice.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.