Uses of Class
software.amazon.awssdk.services.sesv2.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.sesv2.model -
-
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 Tag Modifier and Type Method Description List<Tag>CreateConfigurationSetRequest. tags()An array of objects that define the tags (keys and values) to associate with the configuration set.List<Tag>CreateContactListRequest. tags()The tags associated with a contact list.List<Tag>CreateDedicatedIpPoolRequest. tags()An object that defines the tags (keys and values) that you want to associate with the pool.List<Tag>CreateDeliverabilityTestReportRequest. tags()An array of objects that define the tags (keys and values) that you want to associate with the predictive inbox placement test.List<Tag>CreateEmailIdentityRequest. tags()An array of objects that define the tags (keys and values) to associate with the email identity.List<Tag>GetConfigurationSetResponse. tags()An array of objects that define the tags (keys and values) that are associated with the configuration set.List<Tag>GetContactListResponse. tags()The tags associated with a contact list.List<Tag>GetDeliverabilityTestReportResponse. tags()An array of objects that define the tags (keys and values) that are associated with the predictive inbox placement test.List<Tag>GetEmailIdentityResponse. tags()An array of objects that define the tags (keys and values) that are associated with the email identity.List<Tag>ListTagsForResourceResponse. tags()An array that lists all the tags that are associated with the resource.List<Tag>TagResourceRequest. tags()A list of the tags that you want to add to the resource.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type Tag Modifier and Type Method Description CreateConfigurationSetRequest.BuilderCreateConfigurationSetRequest.Builder. tags(Tag... tags)An array of objects that define the tags (keys and values) to associate with the configuration set.CreateContactListRequest.BuilderCreateContactListRequest.Builder. tags(Tag... tags)The tags associated with a contact list.CreateDedicatedIpPoolRequest.BuilderCreateDedicatedIpPoolRequest.Builder. tags(Tag... tags)An object that defines the tags (keys and values) that you want to associate with the pool.CreateDeliverabilityTestReportRequest.BuilderCreateDeliverabilityTestReportRequest.Builder. tags(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.BuilderCreateEmailIdentityRequest.Builder. tags(Tag... tags)An array of objects that define the tags (keys and values) to associate with the email identity.GetConfigurationSetResponse.BuilderGetConfigurationSetResponse.Builder. tags(Tag... tags)An array of objects that define the tags (keys and values) that are associated with the configuration set.GetContactListResponse.BuilderGetContactListResponse.Builder. tags(Tag... tags)The tags associated with a contact list.GetDeliverabilityTestReportResponse.BuilderGetDeliverabilityTestReportResponse.Builder. tags(Tag... tags)An array of objects that define the tags (keys and values) that are associated with the predictive inbox placement test.GetEmailIdentityResponse.BuilderGetEmailIdentityResponse.Builder. tags(Tag... tags)An array of objects that define the tags (keys and values) that are associated with the email identity.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)An array that lists all the tags that are associated with the resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)A list of the tags that you want to add to the resource.Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type Tag Modifier and Type Method Description CreateConfigurationSetRequest.BuilderCreateConfigurationSetRequest.Builder. tags(Collection<Tag> tags)An array of objects that define the tags (keys and values) to associate with the configuration set.CreateContactListRequest.BuilderCreateContactListRequest.Builder. tags(Collection<Tag> tags)The tags associated with a contact list.CreateDedicatedIpPoolRequest.BuilderCreateDedicatedIpPoolRequest.Builder. tags(Collection<Tag> tags)An object that defines the tags (keys and values) that you want to associate with the pool.CreateDeliverabilityTestReportRequest.BuilderCreateDeliverabilityTestReportRequest.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.BuilderCreateEmailIdentityRequest.Builder. tags(Collection<Tag> tags)An array of objects that define the tags (keys and values) to associate with the email identity.GetConfigurationSetResponse.BuilderGetConfigurationSetResponse.Builder. tags(Collection<Tag> tags)An array of objects that define the tags (keys and values) that are associated with the configuration set.GetContactListResponse.BuilderGetContactListResponse.Builder. tags(Collection<Tag> tags)The tags associated with a contact list.GetDeliverabilityTestReportResponse.BuilderGetDeliverabilityTestReportResponse.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.BuilderGetEmailIdentityResponse.Builder. tags(Collection<Tag> tags)An array of objects that define the tags (keys and values) that are associated with the email identity.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)An array that lists all the tags that are associated with the resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)A list of the tags that you want to add to the resource.
-