Uses of Interface
software.amazon.awssdk.services.sesv2.model.PutAccountSendingAttributesRequest.Builder
-
Packages that use PutAccountSendingAttributesRequest.Builder Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.model -
-
Uses of PutAccountSendingAttributesRequest.Builder in software.amazon.awssdk.services.sesv2
Method parameters in software.amazon.awssdk.services.sesv2 with type arguments of type PutAccountSendingAttributesRequest.Builder Modifier and Type Method Description default CompletableFuture<PutAccountSendingAttributesResponse>SesV2AsyncClient. putAccountSendingAttributes(Consumer<PutAccountSendingAttributesRequest.Builder> putAccountSendingAttributesRequest)Enable or disable the ability of your account to send email.default PutAccountSendingAttributesResponseSesV2Client. 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.Builder Modifier and Type Method Description static PutAccountSendingAttributesRequest.BuilderPutAccountSendingAttributesRequest. builder()PutAccountSendingAttributesRequest.BuilderPutAccountSendingAttributesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutAccountSendingAttributesRequest.BuilderPutAccountSendingAttributesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutAccountSendingAttributesRequest.BuilderPutAccountSendingAttributesRequest.Builder. sendingEnabled(Boolean sendingEnabled)Enables or disables your account's ability to send email.PutAccountSendingAttributesRequest.BuilderPutAccountSendingAttributesRequest. toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type PutAccountSendingAttributesRequest.Builder Modifier and Type Method Description static Class<? extends PutAccountSendingAttributesRequest.Builder>PutAccountSendingAttributesRequest. serializableBuilderClass()
-