Uses of Interface
software.amazon.awssdk.services.sesv2.model.PutAccountVdmAttributesRequest.Builder
Packages that use PutAccountVdmAttributesRequest.Builder
Package
Description
-
Uses of PutAccountVdmAttributesRequest.Builder in software.amazon.awssdk.services.sesv2
Method parameters in software.amazon.awssdk.services.sesv2 with type arguments of type PutAccountVdmAttributesRequest.BuilderModifier and TypeMethodDescriptionSesV2AsyncClient.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.BuilderModifier and TypeMethodDescriptionPutAccountVdmAttributesRequest.builder()PutAccountVdmAttributesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutAccountVdmAttributesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) PutAccountVdmAttributesRequest.toBuilder()PutAccountVdmAttributesRequest.Builder.vdmAttributes(Consumer<VdmAttributes.Builder> vdmAttributes) The VDM attributes that you wish to apply to your Amazon SES account.PutAccountVdmAttributesRequest.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.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutAccountVdmAttributesRequest.Builder>PutAccountVdmAttributesRequest.serializableBuilderClass()