Uses of Class
software.amazon.awssdk.services.sesv2.model.Topic
-
Packages that use Topic Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of Topic in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type Topic Modifier and Type Method Description List<Topic>CreateContactListRequest. topics()An interest group, theme, or label within a list.List<Topic>GetContactListResponse. topics()An interest group, theme, or label within a list.List<Topic>UpdateContactListRequest. topics()An interest group, theme, or label within a list.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type Topic Modifier and Type Method Description CreateContactListRequest.BuilderCreateContactListRequest.Builder. topics(Topic... topics)An interest group, theme, or label within a list.GetContactListResponse.BuilderGetContactListResponse.Builder. topics(Topic... topics)An interest group, theme, or label within a list.UpdateContactListRequest.BuilderUpdateContactListRequest.Builder. topics(Topic... topics)An interest group, theme, or label within a list.Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type Topic Modifier and Type Method Description CreateContactListRequest.BuilderCreateContactListRequest.Builder. topics(Collection<Topic> topics)An interest group, theme, or label within a list.GetContactListResponse.BuilderGetContactListResponse.Builder. topics(Collection<Topic> topics)An interest group, theme, or label within a list.UpdateContactListRequest.BuilderUpdateContactListRequest.Builder. topics(Collection<Topic> topics)An interest group, theme, or label within a list.
-