Uses of Class
software.amazon.awssdk.services.sesv2.model.PutConfigurationSetDeliveryOptionsResponse
-
Packages that use PutConfigurationSetDeliveryOptionsResponse Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 -
-
Uses of PutConfigurationSetDeliveryOptionsResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return PutConfigurationSetDeliveryOptionsResponse Modifier and Type Method Description default PutConfigurationSetDeliveryOptionsResponseSesV2Client. putConfigurationSetDeliveryOptions(Consumer<PutConfigurationSetDeliveryOptionsRequest.Builder> putConfigurationSetDeliveryOptionsRequest)Associate a configuration set with a dedicated IP pool.default PutConfigurationSetDeliveryOptionsResponseSesV2Client. putConfigurationSetDeliveryOptions(PutConfigurationSetDeliveryOptionsRequest putConfigurationSetDeliveryOptionsRequest)Associate a configuration set with a dedicated IP pool.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type PutConfigurationSetDeliveryOptionsResponse Modifier and Type Method Description default CompletableFuture<PutConfigurationSetDeliveryOptionsResponse>SesV2AsyncClient. putConfigurationSetDeliveryOptions(Consumer<PutConfigurationSetDeliveryOptionsRequest.Builder> putConfigurationSetDeliveryOptionsRequest)Associate a configuration set with a dedicated IP pool.default CompletableFuture<PutConfigurationSetDeliveryOptionsResponse>SesV2AsyncClient. putConfigurationSetDeliveryOptions(PutConfigurationSetDeliveryOptionsRequest putConfigurationSetDeliveryOptionsRequest)Associate a configuration set with a dedicated IP pool.
-