Uses of Interface
software.amazon.awssdk.services.sesv2.model.PutAccountVdmAttributesRequest.Builder
-
Packages that use PutAccountVdmAttributesRequest.Builder Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.model -
-
Uses of PutAccountVdmAttributesRequest.Builder in software.amazon.awssdk.services.sesv2
Method parameters in software.amazon.awssdk.services.sesv2 with type arguments of type PutAccountVdmAttributesRequest.Builder Modifier and Type Method Description default CompletableFuture<PutAccountVdmAttributesResponse>SesV2AsyncClient. putAccountVdmAttributes(Consumer<PutAccountVdmAttributesRequest.Builder> putAccountVdmAttributesRequest)Update your Amazon SES account VDM attributes.default PutAccountVdmAttributesResponseSesV2Client. putAccountVdmAttributes(Consumer<PutAccountVdmAttributesRequest.Builder> putAccountVdmAttributesRequest)Update your Amazon SES account VDM attributes. -
Uses of PutAccountVdmAttributesRequest.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return PutAccountVdmAttributesRequest.Builder Modifier and Type Method Description static PutAccountVdmAttributesRequest.BuilderPutAccountVdmAttributesRequest. builder()PutAccountVdmAttributesRequest.BuilderPutAccountVdmAttributesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutAccountVdmAttributesRequest.BuilderPutAccountVdmAttributesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutAccountVdmAttributesRequest.BuilderPutAccountVdmAttributesRequest. toBuilder()default PutAccountVdmAttributesRequest.BuilderPutAccountVdmAttributesRequest.Builder. vdmAttributes(Consumer<VdmAttributes.Builder> vdmAttributes)The VDM attributes that you wish to apply to your Amazon SES account.PutAccountVdmAttributesRequest.BuilderPutAccountVdmAttributesRequest.Builder. vdmAttributes(VdmAttributes vdmAttributes)The VDM attributes that you wish to apply to your Amazon SES account.Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type PutAccountVdmAttributesRequest.Builder Modifier and Type Method Description static Class<? extends PutAccountVdmAttributesRequest.Builder>PutAccountVdmAttributesRequest. serializableBuilderClass()
-