Uses of Class
com.amazonaws.services.databasemigrationservice.model.AddTagsToResourceRequest
Packages that use AddTagsToResourceRequest
Package
Description
-
Uses of AddTagsToResourceRequest in com.amazonaws.services.databasemigrationservice
Methods in com.amazonaws.services.databasemigrationservice with parameters of type AddTagsToResourceRequestModifier and TypeMethodDescriptionAbstractAWSDatabaseMigrationService.addTagsToResource
(AddTagsToResourceRequest request) AWSDatabaseMigrationService.addTagsToResource
(AddTagsToResourceRequest addTagsToResourceRequest) Adds metadata tags to a DMS resource, including replication instance, endpoint, security group, and migration task.AWSDatabaseMigrationServiceClient.addTagsToResource
(AddTagsToResourceRequest addTagsToResourceRequest) Adds metadata tags to a DMS resource, including replication instance, endpoint, security group, and migration task.AbstractAWSDatabaseMigrationServiceAsync.addTagsToResourceAsync
(AddTagsToResourceRequest request) AbstractAWSDatabaseMigrationServiceAsync.addTagsToResourceAsync
(AddTagsToResourceRequest request, AsyncHandler<AddTagsToResourceRequest, AddTagsToResourceResult> asyncHandler) AWSDatabaseMigrationServiceAsync.addTagsToResourceAsync
(AddTagsToResourceRequest addTagsToResourceRequest) Adds metadata tags to a DMS resource, including replication instance, endpoint, security group, and migration task.AWSDatabaseMigrationServiceAsync.addTagsToResourceAsync
(AddTagsToResourceRequest addTagsToResourceRequest, AsyncHandler<AddTagsToResourceRequest, AddTagsToResourceResult> asyncHandler) Adds metadata tags to a DMS resource, including replication instance, endpoint, security group, and migration task.AWSDatabaseMigrationServiceAsyncClient.addTagsToResourceAsync
(AddTagsToResourceRequest request) AWSDatabaseMigrationServiceAsyncClient.addTagsToResourceAsync
(AddTagsToResourceRequest request, AsyncHandler<AddTagsToResourceRequest, AddTagsToResourceResult> asyncHandler) Method parameters in com.amazonaws.services.databasemigrationservice with type arguments of type AddTagsToResourceRequestModifier and TypeMethodDescriptionAbstractAWSDatabaseMigrationServiceAsync.addTagsToResourceAsync
(AddTagsToResourceRequest request, AsyncHandler<AddTagsToResourceRequest, AddTagsToResourceResult> asyncHandler) AWSDatabaseMigrationServiceAsync.addTagsToResourceAsync
(AddTagsToResourceRequest addTagsToResourceRequest, AsyncHandler<AddTagsToResourceRequest, AddTagsToResourceResult> asyncHandler) Adds metadata tags to a DMS resource, including replication instance, endpoint, security group, and migration task.AWSDatabaseMigrationServiceAsyncClient.addTagsToResourceAsync
(AddTagsToResourceRequest request, AsyncHandler<AddTagsToResourceRequest, AddTagsToResourceResult> asyncHandler) -
Uses of AddTagsToResourceRequest in com.amazonaws.services.databasemigrationservice.model
Methods in com.amazonaws.services.databasemigrationservice.model that return AddTagsToResourceRequestModifier and TypeMethodDescriptionAddTagsToResourceRequest.clone()
AddTagsToResourceRequest.withResourceArn
(String resourceArn) The Amazon Resource Name (ARN) of the AWS DMS resource the tag is to be added to.The tag to be assigned to the DMS resource.AddTagsToResourceRequest.withTags
(Collection<Tag> tags) The tag to be assigned to the DMS resource.