Uses of Class
software.amazon.awssdk.services.sesv2.model.Tag
Packages that use Tag
-
Uses of Tag in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type TagModifier and TypeMethodDescriptionCreateConfigurationSetRequest.tags()An array of objects that define the tags (keys and values) to associate with the configuration set.CreateContactListRequest.tags()The tags associated with a contact list.CreateCustomVerificationEmailTemplateRequest.tags()An array of objects that define the tags (keys and values) to associate with the custom verification email template.CreateDedicatedIpPoolRequest.tags()An object that defines the tags (keys and values) that you want to associate with the pool.CreateDeliverabilityTestReportRequest.tags()An array of objects that define the tags (keys and values) that you want to associate with the predictive inbox placement test.CreateEmailIdentityRequest.tags()An array of objects that define the tags (keys and values) to associate with the email identity.CreateEmailTemplateRequest.tags()An array of objects that define the tags (keys and values) to associate with the email template.CreateMultiRegionEndpointRequest.tags()An array of objects that define the tags (keys and values) to associate with the multi-region endpoint (global-endpoint).CreateTenantRequest.tags()An array of objects that define the tags (keys and values) to associate with the tenantCreateTenantResponse.tags()An array of objects that define the tags (keys and values) associated with the tenant.GetConfigurationSetResponse.tags()An array of objects that define the tags (keys and values) that are associated with the configuration set.GetContactListResponse.tags()The tags associated with a contact list.GetCustomVerificationEmailTemplateResponse.tags()An array of objects that define the tags (keys and values) that are associated with the custom verification email template.GetDeliverabilityTestReportResponse.tags()An array of objects that define the tags (keys and values) that are associated with the predictive inbox placement test.GetEmailIdentityResponse.tags()An array of objects that define the tags (keys and values) that are associated with the email identity.GetEmailTemplateResponse.tags()An array of objects that define the tags (keys and values) that are associated with the email template.ListTagsForResourceResponse.tags()An array that lists all the tags that are associated with the resource.TagResourceRequest.tags()A list of the tags that you want to add to the resource.Tenant.tags()An array of objects that define the tags (keys and values) associated with the tenant.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type TagModifier and TypeMethodDescriptionAn array of objects that define the tags (keys and values) to associate with the configuration set.The tags associated with a contact list.An array of objects that define the tags (keys and values) to associate with the custom verification email template.An object that defines the tags (keys and values) that you want to associate with the pool.An array of objects that define the tags (keys and values) that you want to associate with the predictive inbox placement test.An array of objects that define the tags (keys and values) to associate with the email identity.An array of objects that define the tags (keys and values) to associate with the email template.An array of objects that define the tags (keys and values) to associate with the multi-region endpoint (global-endpoint).An array of objects that define the tags (keys and values) to associate with the tenantAn array of objects that define the tags (keys and values) associated with the tenant.An array of objects that define the tags (keys and values) that are associated with the configuration set.The tags associated with a contact list.An array of objects that define the tags (keys and values) that are associated with the custom verification email template.An array of objects that define the tags (keys and values) that are associated with the predictive inbox placement test.An array of objects that define the tags (keys and values) that are associated with the email identity.An array of objects that define the tags (keys and values) that are associated with the email template.An array that lists all the tags that are associated with the resource.A list of the tags that you want to add to the resource.An array of objects that define the tags (keys and values) associated with the tenant.Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type TagModifier and TypeMethodDescriptionCreateConfigurationSetRequest.Builder.tags(Collection<Tag> tags) An array of objects that define the tags (keys and values) to associate with the configuration set.CreateContactListRequest.Builder.tags(Collection<Tag> tags) The tags associated with a contact list.CreateCustomVerificationEmailTemplateRequest.Builder.tags(Collection<Tag> tags) An array of objects that define the tags (keys and values) to associate with the custom verification email template.CreateDedicatedIpPoolRequest.Builder.tags(Collection<Tag> tags) An object that defines the tags (keys and values) that you want to associate with the pool.CreateDeliverabilityTestReportRequest.Builder.tags(Collection<Tag> tags) An array of objects that define the tags (keys and values) that you want to associate with the predictive inbox placement test.CreateEmailIdentityRequest.Builder.tags(Collection<Tag> tags) An array of objects that define the tags (keys and values) to associate with the email identity.CreateEmailTemplateRequest.Builder.tags(Collection<Tag> tags) An array of objects that define the tags (keys and values) to associate with the email template.CreateMultiRegionEndpointRequest.Builder.tags(Collection<Tag> tags) An array of objects that define the tags (keys and values) to associate with the multi-region endpoint (global-endpoint).CreateTenantRequest.Builder.tags(Collection<Tag> tags) An array of objects that define the tags (keys and values) to associate with the tenantCreateTenantResponse.Builder.tags(Collection<Tag> tags) An array of objects that define the tags (keys and values) associated with the tenant.GetConfigurationSetResponse.Builder.tags(Collection<Tag> tags) An array of objects that define the tags (keys and values) that are associated with the configuration set.GetContactListResponse.Builder.tags(Collection<Tag> tags) The tags associated with a contact list.GetCustomVerificationEmailTemplateResponse.Builder.tags(Collection<Tag> tags) An array of objects that define the tags (keys and values) that are associated with the custom verification email template.GetDeliverabilityTestReportResponse.Builder.tags(Collection<Tag> tags) An array of objects that define the tags (keys and values) that are associated with the predictive inbox placement test.GetEmailIdentityResponse.Builder.tags(Collection<Tag> tags) An array of objects that define the tags (keys and values) that are associated with the email identity.GetEmailTemplateResponse.Builder.tags(Collection<Tag> tags) An array of objects that define the tags (keys and values) that are associated with the email template.ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags) An array that lists all the tags that are associated with the resource.TagResourceRequest.Builder.tags(Collection<Tag> tags) A list of the tags that you want to add to the resource.Tenant.Builder.tags(Collection<Tag> tags) An array of objects that define the tags (keys and values) associated with the tenant.