Uses of Class
software.amazon.awssdk.services.sesv2.model.PutEmailIdentityConfigurationSetAttributesResponse
-
Packages that use PutEmailIdentityConfigurationSetAttributesResponse Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 -
-
Uses of PutEmailIdentityConfigurationSetAttributesResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return PutEmailIdentityConfigurationSetAttributesResponse Modifier and Type Method Description default PutEmailIdentityConfigurationSetAttributesResponseSesV2Client. putEmailIdentityConfigurationSetAttributes(Consumer<PutEmailIdentityConfigurationSetAttributesRequest.Builder> putEmailIdentityConfigurationSetAttributesRequest)Used to associate a configuration set with an email identity.default PutEmailIdentityConfigurationSetAttributesResponseSesV2Client. putEmailIdentityConfigurationSetAttributes(PutEmailIdentityConfigurationSetAttributesRequest putEmailIdentityConfigurationSetAttributesRequest)Used to associate a configuration set with an email identity.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type PutEmailIdentityConfigurationSetAttributesResponse Modifier and Type Method Description default CompletableFuture<PutEmailIdentityConfigurationSetAttributesResponse>SesV2AsyncClient. putEmailIdentityConfigurationSetAttributes(Consumer<PutEmailIdentityConfigurationSetAttributesRequest.Builder> putEmailIdentityConfigurationSetAttributesRequest)Used to associate a configuration set with an email identity.default CompletableFuture<PutEmailIdentityConfigurationSetAttributesResponse>SesV2AsyncClient. putEmailIdentityConfigurationSetAttributes(PutEmailIdentityConfigurationSetAttributesRequest putEmailIdentityConfigurationSetAttributesRequest)Used to associate a configuration set with an email identity.
-