Uses of Class
software.amazon.awssdk.services.pinpointemail.model.PutAccountSendingAttributesRequest
-
Packages that use PutAccountSendingAttributesRequest Package Description software.amazon.awssdk.services.pinpointemail Amazon Pinpoint Email Service software.amazon.awssdk.services.pinpointemail.transform -
-
Uses of PutAccountSendingAttributesRequest in software.amazon.awssdk.services.pinpointemail
Methods in software.amazon.awssdk.services.pinpointemail with parameters of type PutAccountSendingAttributesRequest Modifier and Type Method Description default CompletableFuture<PutAccountSendingAttributesResponse>PinpointEmailAsyncClient. putAccountSendingAttributes(PutAccountSendingAttributesRequest 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. -
Uses of PutAccountSendingAttributesRequest in software.amazon.awssdk.services.pinpointemail.transform
Methods in software.amazon.awssdk.services.pinpointemail.transform with parameters of type PutAccountSendingAttributesRequest Modifier and Type Method Description SdkHttpFullRequestPutAccountSendingAttributesRequestMarshaller. marshall(PutAccountSendingAttributesRequest putAccountSendingAttributesRequest)
-