Uses of Class
software.amazon.awssdk.services.pinpointemail.model.PutAccountSendingAttributesResponse
-
Packages that use PutAccountSendingAttributesResponse Package Description software.amazon.awssdk.services.pinpointemail Amazon Pinpoint Email Service -
-
Uses of PutAccountSendingAttributesResponse in software.amazon.awssdk.services.pinpointemail
Methods in software.amazon.awssdk.services.pinpointemail that return PutAccountSendingAttributesResponse Modifier and Type Method Description default PutAccountSendingAttributesResponsePinpointEmailClient. putAccountSendingAttributes(Consumer<PutAccountSendingAttributesRequest.Builder> putAccountSendingAttributesRequest)Enable or disable the ability of your account to send email.default PutAccountSendingAttributesResponsePinpointEmailClient. putAccountSendingAttributes(PutAccountSendingAttributesRequest putAccountSendingAttributesRequest)Enable or disable the ability of your account to send email.Methods in software.amazon.awssdk.services.pinpointemail that return types with arguments of type PutAccountSendingAttributesResponse Modifier and Type Method Description default CompletableFuture<PutAccountSendingAttributesResponse>PinpointEmailAsyncClient. putAccountSendingAttributes(Consumer<PutAccountSendingAttributesRequest.Builder> putAccountSendingAttributesRequest)Enable or disable the ability of your account to send email.default CompletableFuture<PutAccountSendingAttributesResponse>PinpointEmailAsyncClient. putAccountSendingAttributes(PutAccountSendingAttributesRequest putAccountSendingAttributesRequest)Enable or disable the ability of your account to send email.
-