Uses of Class
software.amazon.awssdk.services.databasemigration.model.Tag
Packages that use Tag
-
Uses of Tag in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type TagModifier and TypeMethodDescriptionListTagsForResourceResponse.tagList()A list of tags for the resource.AddTagsToResourceRequest.tags()One or more tags to be assigned to the resource.CreateDataMigrationRequest.tags()One or more tags to be assigned to the data migration.CreateDataProviderRequest.tags()One or more tags to be assigned to the data provider.CreateEndpointRequest.tags()One or more tags to be assigned to the endpoint.CreateEventSubscriptionRequest.tags()One or more tags to be assigned to the event subscription.CreateInstanceProfileRequest.tags()One or more tags to be assigned to the instance profile.CreateMigrationProjectRequest.tags()One or more tags to be assigned to the migration project.CreateReplicationConfigRequest.tags()One or more optional tags associated with resources used by the DMS Serverless replication.CreateReplicationInstanceRequest.tags()One or more tags to be assigned to the replication instance.CreateReplicationSubnetGroupRequest.tags()One or more tags to be assigned to the subnet group.CreateReplicationTaskRequest.tags()One or more tags to be assigned to the replication task.ImportCertificateRequest.tags()The tags associated with the certificate.StartReplicationTaskAssessmentRunRequest.tags()One or more tags to be assigned to the premigration assessment run that you want to start.Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type TagModifier and TypeMethodDescriptionA list of tags for the resource.One or more tags to be assigned to the resource.One or more tags to be assigned to the data migration.One or more tags to be assigned to the data provider.One or more tags to be assigned to the endpoint.One or more tags to be assigned to the event subscription.One or more tags to be assigned to the instance profile.One or more tags to be assigned to the migration project.One or more optional tags associated with resources used by the DMS Serverless replication.One or more tags to be assigned to the replication instance.One or more tags to be assigned to the subnet group.One or more tags to be assigned to the replication task.The tags associated with the certificate.One or more tags to be assigned to the premigration assessment run that you want to start.Method parameters in software.amazon.awssdk.services.databasemigration.model with type arguments of type TagModifier and TypeMethodDescriptionListTagsForResourceResponse.Builder.tagList(Collection<Tag> tagList) A list of tags for the resource.AddTagsToResourceRequest.Builder.tags(Collection<Tag> tags) One or more tags to be assigned to the resource.CreateDataMigrationRequest.Builder.tags(Collection<Tag> tags) One or more tags to be assigned to the data migration.CreateDataProviderRequest.Builder.tags(Collection<Tag> tags) One or more tags to be assigned to the data provider.CreateEndpointRequest.Builder.tags(Collection<Tag> tags) One or more tags to be assigned to the endpoint.CreateEventSubscriptionRequest.Builder.tags(Collection<Tag> tags) One or more tags to be assigned to the event subscription.CreateInstanceProfileRequest.Builder.tags(Collection<Tag> tags) One or more tags to be assigned to the instance profile.CreateMigrationProjectRequest.Builder.tags(Collection<Tag> tags) One or more tags to be assigned to the migration project.CreateReplicationConfigRequest.Builder.tags(Collection<Tag> tags) One or more optional tags associated with resources used by the DMS Serverless replication.CreateReplicationInstanceRequest.Builder.tags(Collection<Tag> tags) One or more tags to be assigned to the replication instance.CreateReplicationSubnetGroupRequest.Builder.tags(Collection<Tag> tags) One or more tags to be assigned to the subnet group.CreateReplicationTaskRequest.Builder.tags(Collection<Tag> tags) One or more tags to be assigned to the replication task.ImportCertificateRequest.Builder.tags(Collection<Tag> tags) The tags associated with the certificate.StartReplicationTaskAssessmentRunRequest.Builder.tags(Collection<Tag> tags) One or more tags to be assigned to the premigration assessment run that you want to start.