Uses of Class
software.amazon.awssdk.services.databasemigration.model.AddTagsToResourceRequest
-
Packages that use AddTagsToResourceRequest Package Description software.amazon.awssdk.services.databasemigration Database Migration Service software.amazon.awssdk.services.databasemigration.transform -
-
Uses of AddTagsToResourceRequest in software.amazon.awssdk.services.databasemigration
Methods in software.amazon.awssdk.services.databasemigration with parameters of type AddTagsToResourceRequest Modifier and Type Method Description default CompletableFuture<AddTagsToResourceResponse>DatabaseMigrationAsyncClient. addTagsToResource(AddTagsToResourceRequest 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. -
Uses of AddTagsToResourceRequest in software.amazon.awssdk.services.databasemigration.transform
Methods in software.amazon.awssdk.services.databasemigration.transform with parameters of type AddTagsToResourceRequest Modifier and Type Method Description SdkHttpFullRequestAddTagsToResourceRequestMarshaller. marshall(AddTagsToResourceRequest addTagsToResourceRequest)
-