Uses of Class
software.amazon.awssdk.services.databasemigration.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.databasemigration.model -
-
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 Tag Modifier and Type Method Description List<Tag>ListTagsForResourceResponse. tagList()A list of tags for the resource.List<Tag>AddTagsToResourceRequest. tags()One or more tags to be assigned to the resource.List<Tag>CreateDataProviderRequest. tags()One or more tags to be assigned to the data provider.List<Tag>CreateEndpointRequest. tags()One or more tags to be assigned to the endpoint.List<Tag>CreateEventSubscriptionRequest. tags()One or more tags to be assigned to the event subscription.List<Tag>CreateInstanceProfileRequest. tags()One or more tags to be assigned to the instance profile.List<Tag>CreateMigrationProjectRequest. tags()One or more tags to be assigned to the migration project.List<Tag>CreateReplicationConfigRequest. tags()One or more optional tags associated with resources used by the DMS Serverless replication.List<Tag>CreateReplicationInstanceRequest. tags()One or more tags to be assigned to the replication instance.List<Tag>CreateReplicationSubnetGroupRequest. tags()One or more tags to be assigned to the subnet group.List<Tag>CreateReplicationTaskRequest. tags()One or more tags to be assigned to the replication task.List<Tag>ImportCertificateRequest. tags()The tags associated with the certificate.Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type Tag Modifier and Type Method Description ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tagList(Tag... tagList)A list of tags for the resource.AddTagsToResourceRequest.BuilderAddTagsToResourceRequest.Builder. tags(Tag... tags)One or more tags to be assigned to the resource.CreateDataProviderRequest.BuilderCreateDataProviderRequest.Builder. tags(Tag... tags)One or more tags to be assigned to the data provider.CreateEndpointRequest.BuilderCreateEndpointRequest.Builder. tags(Tag... tags)One or more tags to be assigned to the endpoint.CreateEventSubscriptionRequest.BuilderCreateEventSubscriptionRequest.Builder. tags(Tag... tags)One or more tags to be assigned to the event subscription.CreateInstanceProfileRequest.BuilderCreateInstanceProfileRequest.Builder. tags(Tag... tags)One or more tags to be assigned to the instance profile.CreateMigrationProjectRequest.BuilderCreateMigrationProjectRequest.Builder. tags(Tag... tags)One or more tags to be assigned to the migration project.CreateReplicationConfigRequest.BuilderCreateReplicationConfigRequest.Builder. tags(Tag... tags)One or more optional tags associated with resources used by the DMS Serverless replication.CreateReplicationInstanceRequest.BuilderCreateReplicationInstanceRequest.Builder. tags(Tag... tags)One or more tags to be assigned to the replication instance.CreateReplicationSubnetGroupRequest.BuilderCreateReplicationSubnetGroupRequest.Builder. tags(Tag... tags)One or more tags to be assigned to the subnet group.CreateReplicationTaskRequest.BuilderCreateReplicationTaskRequest.Builder. tags(Tag... tags)One or more tags to be assigned to the replication task.ImportCertificateRequest.BuilderImportCertificateRequest.Builder. tags(Tag... tags)The tags associated with the certificate.Method parameters in software.amazon.awssdk.services.databasemigration.model with type arguments of type Tag Modifier and Type Method Description ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tagList(Collection<Tag> tagList)A list of tags for the resource.AddTagsToResourceRequest.BuilderAddTagsToResourceRequest.Builder. tags(Collection<Tag> tags)One or more tags to be assigned to the resource.CreateDataProviderRequest.BuilderCreateDataProviderRequest.Builder. tags(Collection<Tag> tags)One or more tags to be assigned to the data provider.CreateEndpointRequest.BuilderCreateEndpointRequest.Builder. tags(Collection<Tag> tags)One or more tags to be assigned to the endpoint.CreateEventSubscriptionRequest.BuilderCreateEventSubscriptionRequest.Builder. tags(Collection<Tag> tags)One or more tags to be assigned to the event subscription.CreateInstanceProfileRequest.BuilderCreateInstanceProfileRequest.Builder. tags(Collection<Tag> tags)One or more tags to be assigned to the instance profile.CreateMigrationProjectRequest.BuilderCreateMigrationProjectRequest.Builder. tags(Collection<Tag> tags)One or more tags to be assigned to the migration project.CreateReplicationConfigRequest.BuilderCreateReplicationConfigRequest.Builder. tags(Collection<Tag> tags)One or more optional tags associated with resources used by the DMS Serverless replication.CreateReplicationInstanceRequest.BuilderCreateReplicationInstanceRequest.Builder. tags(Collection<Tag> tags)One or more tags to be assigned to the replication instance.CreateReplicationSubnetGroupRequest.BuilderCreateReplicationSubnetGroupRequest.Builder. tags(Collection<Tag> tags)One or more tags to be assigned to the subnet group.CreateReplicationTaskRequest.BuilderCreateReplicationTaskRequest.Builder. tags(Collection<Tag> tags)One or more tags to be assigned to the replication task.ImportCertificateRequest.BuilderImportCertificateRequest.Builder. tags(Collection<Tag> tags)The tags associated with the certificate.
-