Uses of Class
software.amazon.awssdk.services.sesv2.model.PutAccountVdmAttributesResponse
-
Packages that use PutAccountVdmAttributesResponse Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 -
-
Uses of PutAccountVdmAttributesResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return PutAccountVdmAttributesResponse Modifier and Type Method Description default PutAccountVdmAttributesResponseSesV2Client. putAccountVdmAttributes(Consumer<PutAccountVdmAttributesRequest.Builder> putAccountVdmAttributesRequest)Update your Amazon SES account VDM attributes.default PutAccountVdmAttributesResponseSesV2Client. putAccountVdmAttributes(PutAccountVdmAttributesRequest putAccountVdmAttributesRequest)Update your Amazon SES account VDM attributes.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type PutAccountVdmAttributesResponse Modifier and Type Method Description default CompletableFuture<PutAccountVdmAttributesResponse>SesV2AsyncClient. putAccountVdmAttributes(Consumer<PutAccountVdmAttributesRequest.Builder> putAccountVdmAttributesRequest)Update your Amazon SES account VDM attributes.default CompletableFuture<PutAccountVdmAttributesResponse>SesV2AsyncClient. putAccountVdmAttributes(PutAccountVdmAttributesRequest putAccountVdmAttributesRequest)Update your Amazon SES account VDM attributes.
-