Uses of Interface
software.amazon.awssdk.services.sesv2.model.GetConfigurationSetResponse.Builder
Packages that use GetConfigurationSetResponse.Builder
-
Uses of GetConfigurationSetResponse.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return GetConfigurationSetResponse.BuilderModifier and TypeMethodDescriptionGetConfigurationSetResponse.Builder.archivingOptions(Consumer<ArchivingOptions.Builder> archivingOptions) An object that defines the MailManager archive where sent emails are archived that you send using the configuration set.GetConfigurationSetResponse.Builder.archivingOptions(ArchivingOptions archivingOptions) An object that defines the MailManager archive where sent emails are archived that you send using the configuration set.GetConfigurationSetResponse.builder()GetConfigurationSetResponse.Builder.configurationSetName(String configurationSetName) The name of the configuration set.GetConfigurationSetResponse.Builder.deliveryOptions(Consumer<DeliveryOptions.Builder> deliveryOptions) An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.GetConfigurationSetResponse.Builder.deliveryOptions(DeliveryOptions deliveryOptions) An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.GetConfigurationSetResponse.Builder.reputationOptions(Consumer<ReputationOptions.Builder> reputationOptions) An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that use the configuration set.GetConfigurationSetResponse.Builder.reputationOptions(ReputationOptions reputationOptions) An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that use the configuration set.GetConfigurationSetResponse.Builder.sendingOptions(Consumer<SendingOptions.Builder> sendingOptions) An object that defines whether or not Amazon SES can send email that you send using the configuration set.GetConfigurationSetResponse.Builder.sendingOptions(SendingOptions sendingOptions) An object that defines whether or not Amazon SES can send email that you send using the configuration set.GetConfigurationSetResponse.Builder.suppressionOptions(Consumer<SuppressionOptions.Builder> suppressionOptions) An object that contains information about the suppression list preferences for your account or for a specific tenant.GetConfigurationSetResponse.Builder.suppressionOptions(SuppressionOptions suppressionOptions) An object that contains information about the suppression list preferences for your account or for a specific 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.GetConfigurationSetResponse.Builder.tags(Consumer<Tag.Builder>... tags) An array of objects that define the tags (keys and values) that are associated with the configuration set.An array of objects that define the tags (keys and values) that are associated with the configuration set.GetConfigurationSetResponse.toBuilder()GetConfigurationSetResponse.Builder.trackingOptions(Consumer<TrackingOptions.Builder> trackingOptions) An object that defines the open and click tracking options for emails that you send using the configuration set.GetConfigurationSetResponse.Builder.trackingOptions(TrackingOptions trackingOptions) An object that defines the open and click tracking options for emails that you send using the configuration set.GetConfigurationSetResponse.Builder.vdmOptions(Consumer<VdmOptions.Builder> vdmOptions) An object that contains information about the VDM preferences for your configuration set.GetConfigurationSetResponse.Builder.vdmOptions(VdmOptions vdmOptions) An object that contains information about the VDM preferences for your configuration set.Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type GetConfigurationSetResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetConfigurationSetResponse.Builder>GetConfigurationSetResponse.serializableBuilderClass()