Uses of Class
software.amazon.awssdk.services.sesv2.model.PutEmailIdentityConfigurationSetAttributesResponse
Packages that use PutEmailIdentityConfigurationSetAttributesResponse
-
Uses of PutEmailIdentityConfigurationSetAttributesResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return PutEmailIdentityConfigurationSetAttributesResponseModifier and TypeMethodDescriptionSesV2Client.putEmailIdentityConfigurationSetAttributes(Consumer<PutEmailIdentityConfigurationSetAttributesRequest.Builder> putEmailIdentityConfigurationSetAttributesRequest) Used to associate a configuration set with an email identity.SesV2Client.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 PutEmailIdentityConfigurationSetAttributesResponseModifier and TypeMethodDescriptionSesV2AsyncClient.putEmailIdentityConfigurationSetAttributes(Consumer<PutEmailIdentityConfigurationSetAttributesRequest.Builder> putEmailIdentityConfigurationSetAttributesRequest) Used to associate a configuration set with an email identity.SesV2AsyncClient.putEmailIdentityConfigurationSetAttributes(PutEmailIdentityConfigurationSetAttributesRequest putEmailIdentityConfigurationSetAttributesRequest) Used to associate a configuration set with an email identity.