Uses of Class
software.amazon.awssdk.services.sesv2.model.PutAccountSendingAttributesResponse
Packages that use PutAccountSendingAttributesResponse
-
Uses of PutAccountSendingAttributesResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return PutAccountSendingAttributesResponseModifier and TypeMethodDescriptionSesV2Client.putAccountSendingAttributes(Consumer<PutAccountSendingAttributesRequest.Builder> putAccountSendingAttributesRequest) Enable or disable the ability of your account to send email.SesV2Client.putAccountSendingAttributes(PutAccountSendingAttributesRequest putAccountSendingAttributesRequest) Enable or disable the ability of your account to send email.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type PutAccountSendingAttributesResponseModifier and TypeMethodDescriptionSesV2AsyncClient.putAccountSendingAttributes(Consumer<PutAccountSendingAttributesRequest.Builder> putAccountSendingAttributesRequest) Enable or disable the ability of your account to send email.SesV2AsyncClient.putAccountSendingAttributes(PutAccountSendingAttributesRequest putAccountSendingAttributesRequest) Enable or disable the ability of your account to send email.