Uses of Interface
software.amazon.awssdk.services.ses.model.DescribeConfigurationSetResponse.Builder
Packages that use DescribeConfigurationSetResponse.Builder
-
Uses of DescribeConfigurationSetResponse.Builder in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return DescribeConfigurationSetResponse.BuilderModifier and TypeMethodDescriptionDescribeConfigurationSetResponse.builder()DescribeConfigurationSetResponse.Builder.configurationSet(Consumer<ConfigurationSet.Builder> configurationSet) The configuration set object associated with the specified configuration set.DescribeConfigurationSetResponse.Builder.configurationSet(ConfigurationSet configurationSet) The configuration set object associated with the specified configuration set.DescribeConfigurationSetResponse.Builder.deliveryOptions(Consumer<DeliveryOptions.Builder> deliveryOptions) Sets the value of the DeliveryOptions property for this object.DescribeConfigurationSetResponse.Builder.deliveryOptions(DeliveryOptions deliveryOptions) Sets the value of the DeliveryOptions property for this object.DescribeConfigurationSetResponse.Builder.eventDestinations(Collection<EventDestination> eventDestinations) A list of event destinations associated with the configuration set.DescribeConfigurationSetResponse.Builder.eventDestinations(Consumer<EventDestination.Builder>... eventDestinations) A list of event destinations associated with the configuration set.DescribeConfigurationSetResponse.Builder.eventDestinations(EventDestination... eventDestinations) A list of event destinations associated with the configuration set.DescribeConfigurationSetResponse.Builder.reputationOptions(Consumer<ReputationOptions.Builder> reputationOptions) An object that represents the reputation settings for the configuration set.DescribeConfigurationSetResponse.Builder.reputationOptions(ReputationOptions reputationOptions) An object that represents the reputation settings for the configuration set.DescribeConfigurationSetResponse.toBuilder()DescribeConfigurationSetResponse.Builder.trackingOptions(Consumer<TrackingOptions.Builder> trackingOptions) The name of the custom open and click tracking domain associated with the configuration set.DescribeConfigurationSetResponse.Builder.trackingOptions(TrackingOptions trackingOptions) The name of the custom open and click tracking domain associated with the configuration set.Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type DescribeConfigurationSetResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeConfigurationSetResponse.Builder>DescribeConfigurationSetResponse.serializableBuilderClass()