Uses of Class
software.amazon.awssdk.services.sesv2.model.PutAccountSendingAttributesResponse
-
Packages that use PutAccountSendingAttributesResponse Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 -
-
Uses of PutAccountSendingAttributesResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return PutAccountSendingAttributesResponse Modifier and Type Method Description default PutAccountSendingAttributesResponseSesV2Client. putAccountSendingAttributes(Consumer<PutAccountSendingAttributesRequest.Builder> putAccountSendingAttributesRequest)Enable or disable the ability of your account to send email.default PutAccountSendingAttributesResponseSesV2Client. 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 PutAccountSendingAttributesResponse Modifier and Type Method Description default CompletableFuture<PutAccountSendingAttributesResponse>SesV2AsyncClient. putAccountSendingAttributes(Consumer<PutAccountSendingAttributesRequest.Builder> putAccountSendingAttributesRequest)Enable or disable the ability of your account to send email.default CompletableFuture<PutAccountSendingAttributesResponse>SesV2AsyncClient. putAccountSendingAttributes(PutAccountSendingAttributesRequest putAccountSendingAttributesRequest)Enable or disable the ability of your account to send email.
-