| Package | Description |
|---|---|
| software.amazon.awssdk.services.databasemigration.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
ListTagsForResourceResponse.tagList()
A list of tags for the resource.
|
List<Tag> |
CreateMigrationProjectRequest.tags()
One or more tags to be assigned to the migration project.
|
List<Tag> |
CreateInstanceProfileRequest.tags()
One or more tags to be assigned to the instance profile.
|
List<Tag> |
CreateEndpointRequest.tags()
One or more tags to be assigned to the endpoint.
|
List<Tag> |
AddTagsToResourceRequest.tags()
One or more tags to be assigned to the resource.
|
List<Tag> |
ImportCertificateRequest.tags()
The tags associated with the certificate.
|
List<Tag> |
CreateReplicationTaskRequest.tags()
One or more tags to be assigned to the replication task.
|
List<Tag> |
CreateDataProviderRequest.tags()
One or more tags to be assigned to the data provider.
|
List<Tag> |
CreateReplicationInstanceRequest.tags()
One or more tags to be assigned to the replication instance.
|
List<Tag> |
CreateEventSubscriptionRequest.tags()
One or more tags to be assigned to the event subscription.
|
List<Tag> |
CreateReplicationConfigRequest.tags()
One or more optional tags associated with resources used by the DMS Serverless replication.
|
List<Tag> |
CreateReplicationSubnetGroupRequest.tags()
One or more tags to be assigned to the subnet group.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tagList(Tag... tagList)
A list of tags for the resource.
|
CreateMigrationProjectRequest.Builder |
CreateMigrationProjectRequest.Builder.tags(Tag... tags)
One or more tags to be assigned to the migration project.
|
CreateInstanceProfileRequest.Builder |
CreateInstanceProfileRequest.Builder.tags(Tag... tags)
One or more tags to be assigned to the instance profile.
|
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.tags(Tag... tags)
One or more tags to be assigned to the endpoint.
|
AddTagsToResourceRequest.Builder |
AddTagsToResourceRequest.Builder.tags(Tag... tags)
One or more tags to be assigned to the resource.
|
ImportCertificateRequest.Builder |
ImportCertificateRequest.Builder.tags(Tag... tags)
The tags associated with the certificate.
|
CreateReplicationTaskRequest.Builder |
CreateReplicationTaskRequest.Builder.tags(Tag... tags)
One or more tags to be assigned to the replication task.
|
CreateDataProviderRequest.Builder |
CreateDataProviderRequest.Builder.tags(Tag... tags)
One or more tags to be assigned to the data provider.
|
CreateReplicationInstanceRequest.Builder |
CreateReplicationInstanceRequest.Builder.tags(Tag... tags)
One or more tags to be assigned to the replication instance.
|
CreateEventSubscriptionRequest.Builder |
CreateEventSubscriptionRequest.Builder.tags(Tag... tags)
One or more tags to be assigned to the event subscription.
|
CreateReplicationConfigRequest.Builder |
CreateReplicationConfigRequest.Builder.tags(Tag... tags)
One or more optional tags associated with resources used by the DMS Serverless replication.
|
CreateReplicationSubnetGroupRequest.Builder |
CreateReplicationSubnetGroupRequest.Builder.tags(Tag... tags)
One or more tags to be assigned to the subnet group.
|
| Modifier and Type | Method and Description |
|---|---|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tagList(Collection<Tag> tagList)
A list of tags for the resource.
|
CreateMigrationProjectRequest.Builder |
CreateMigrationProjectRequest.Builder.tags(Collection<Tag> tags)
One or more tags to be assigned to the migration project.
|
CreateInstanceProfileRequest.Builder |
CreateInstanceProfileRequest.Builder.tags(Collection<Tag> tags)
One or more tags to be assigned to the instance profile.
|
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.tags(Collection<Tag> tags)
One or more tags to be assigned to the endpoint.
|
AddTagsToResourceRequest.Builder |
AddTagsToResourceRequest.Builder.tags(Collection<Tag> tags)
One or more tags to be assigned to the resource.
|
ImportCertificateRequest.Builder |
ImportCertificateRequest.Builder.tags(Collection<Tag> tags)
The tags associated with the certificate.
|
CreateReplicationTaskRequest.Builder |
CreateReplicationTaskRequest.Builder.tags(Collection<Tag> tags)
One or more tags to be assigned to the replication task.
|
CreateDataProviderRequest.Builder |
CreateDataProviderRequest.Builder.tags(Collection<Tag> tags)
One or more tags to be assigned to the data provider.
|
CreateReplicationInstanceRequest.Builder |
CreateReplicationInstanceRequest.Builder.tags(Collection<Tag> tags)
One or more tags to be assigned to the replication instance.
|
CreateEventSubscriptionRequest.Builder |
CreateEventSubscriptionRequest.Builder.tags(Collection<Tag> tags)
One or more tags to be assigned to the event subscription.
|
CreateReplicationConfigRequest.Builder |
CreateReplicationConfigRequest.Builder.tags(Collection<Tag> tags)
One or more optional tags associated with resources used by the DMS Serverless replication.
|
CreateReplicationSubnetGroupRequest.Builder |
CreateReplicationSubnetGroupRequest.Builder.tags(Collection<Tag> tags)
One or more tags to be assigned to the subnet group.
|
Copyright © 2023. All rights reserved.