Uses of Class
software.amazon.awssdk.services.databasemigration.model.AddTagsToResourceResponse
Packages that use AddTagsToResourceResponse
-
Uses of AddTagsToResourceResponse in software.amazon.awssdk.services.databasemigration
Methods in software.amazon.awssdk.services.databasemigration that return AddTagsToResourceResponseModifier and TypeMethodDescriptiondefault AddTagsToResourceResponseDatabaseMigrationClient.addTagsToResource(Consumer<AddTagsToResourceRequest.Builder> addTagsToResourceRequest) Adds metadata tags to an DMS resource, including replication instance, endpoint, subnet group, and migration task.default AddTagsToResourceResponseDatabaseMigrationClient.addTagsToResource(AddTagsToResourceRequest addTagsToResourceRequest) Adds metadata tags to an DMS resource, including replication instance, endpoint, subnet group, and migration task.Methods in software.amazon.awssdk.services.databasemigration that return types with arguments of type AddTagsToResourceResponseModifier and TypeMethodDescriptionDatabaseMigrationAsyncClient.addTagsToResource(Consumer<AddTagsToResourceRequest.Builder> addTagsToResourceRequest) Adds metadata tags to an DMS resource, including replication instance, endpoint, subnet group, and migration task.DatabaseMigrationAsyncClient.addTagsToResource(AddTagsToResourceRequest addTagsToResourceRequest) Adds metadata tags to an DMS resource, including replication instance, endpoint, subnet group, and migration task.