Uses of Interface
software.amazon.awssdk.services.sesv2.model.GetContactListResponse.Builder
Packages that use GetContactListResponse.Builder
-
Uses of GetContactListResponse.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return GetContactListResponse.BuilderModifier and TypeMethodDescriptionGetContactListResponse.builder()GetContactListResponse.Builder.contactListName(String contactListName) The name of the contact list.GetContactListResponse.Builder.createdTimestamp(Instant createdTimestamp) A timestamp noting when the contact list was created.GetContactListResponse.Builder.description(String description) A description of what the contact list is about.GetContactListResponse.Builder.lastUpdatedTimestamp(Instant lastUpdatedTimestamp) A timestamp noting the last time the contact list was updated.GetContactListResponse.Builder.tags(Collection<Tag> tags) The tags associated with a contact list.GetContactListResponse.Builder.tags(Consumer<Tag.Builder>... tags) The tags associated with a contact list.The tags associated with a contact list.GetContactListResponse.toBuilder()GetContactListResponse.Builder.topics(Collection<Topic> topics) An interest group, theme, or label within a list.GetContactListResponse.Builder.topics(Consumer<Topic.Builder>... topics) An interest group, theme, or label within a list.An interest group, theme, or label within a list.Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type GetContactListResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetContactListResponse.Builder>GetContactListResponse.serializableBuilderClass()