Uses of Interface
software.amazon.awssdk.services.sesv2.model.PutConfigurationSetReputationOptionsRequest.Builder
-
Packages that use PutConfigurationSetReputationOptionsRequest.Builder Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.model -
-
Uses of PutConfigurationSetReputationOptionsRequest.Builder in software.amazon.awssdk.services.sesv2
Method parameters in software.amazon.awssdk.services.sesv2 with type arguments of type PutConfigurationSetReputationOptionsRequest.Builder Modifier and Type Method Description default CompletableFuture<PutConfigurationSetReputationOptionsResponse>SesV2AsyncClient. putConfigurationSetReputationOptions(Consumer<PutConfigurationSetReputationOptionsRequest.Builder> putConfigurationSetReputationOptionsRequest)Enable or disable collection of reputation metrics for emails that you send using a particular configuration set in a specific Amazon Web Services Region.default PutConfigurationSetReputationOptionsResponseSesV2Client. putConfigurationSetReputationOptions(Consumer<PutConfigurationSetReputationOptionsRequest.Builder> putConfigurationSetReputationOptionsRequest)Enable or disable collection of reputation metrics for emails that you send using a particular configuration set in a specific Amazon Web Services Region. -
Uses of PutConfigurationSetReputationOptionsRequest.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type PutConfigurationSetReputationOptionsRequest.Builder Modifier and Type Method Description static Class<? extends PutConfigurationSetReputationOptionsRequest.Builder>PutConfigurationSetReputationOptionsRequest. serializableBuilderClass()
-