Uses of Interface
software.amazon.awssdk.services.sesv2.model.PutAccountSendingAttributesRequest.Builder
Packages that use PutAccountSendingAttributesRequest.Builder
Package
Description
-
Uses of PutAccountSendingAttributesRequest.Builder in software.amazon.awssdk.services.sesv2
Method parameters in software.amazon.awssdk.services.sesv2 with type arguments of type PutAccountSendingAttributesRequest.BuilderModifier and TypeMethodDescriptionSesV2AsyncClient.putAccountSendingAttributes(Consumer<PutAccountSendingAttributesRequest.Builder> putAccountSendingAttributesRequest) Enable or disable the ability of your account to send email.SesV2Client.putAccountSendingAttributes(Consumer<PutAccountSendingAttributesRequest.Builder> putAccountSendingAttributesRequest) Enable or disable the ability of your account to send email. -
Uses of PutAccountSendingAttributesRequest.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return PutAccountSendingAttributesRequest.BuilderModifier and TypeMethodDescriptionPutAccountSendingAttributesRequest.builder()PutAccountSendingAttributesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutAccountSendingAttributesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) PutAccountSendingAttributesRequest.Builder.sendingEnabled(Boolean sendingEnabled) Enables or disables your account's ability to send email.PutAccountSendingAttributesRequest.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type PutAccountSendingAttributesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutAccountSendingAttributesRequest.Builder>PutAccountSendingAttributesRequest.serializableBuilderClass()