Uses of Class
software.amazon.awssdk.services.sesv2.model.PutAccountSuppressionAttributesResponse
Packages that use PutAccountSuppressionAttributesResponse
-
Uses of PutAccountSuppressionAttributesResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return PutAccountSuppressionAttributesResponseModifier and TypeMethodDescriptionSesV2Client.putAccountSuppressionAttributes(Consumer<PutAccountSuppressionAttributesRequest.Builder> putAccountSuppressionAttributesRequest) Change the settings for the account-level suppression list.SesV2Client.putAccountSuppressionAttributes(PutAccountSuppressionAttributesRequest putAccountSuppressionAttributesRequest) Change the settings for the account-level suppression list.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type PutAccountSuppressionAttributesResponseModifier and TypeMethodDescriptionSesV2AsyncClient.putAccountSuppressionAttributes(Consumer<PutAccountSuppressionAttributesRequest.Builder> putAccountSuppressionAttributesRequest) Change the settings for the account-level suppression list.SesV2AsyncClient.putAccountSuppressionAttributes(PutAccountSuppressionAttributesRequest putAccountSuppressionAttributesRequest) Change the settings for the account-level suppression list.