Uses of Interface
software.amazon.awssdk.services.pinpointemail.model.PutAccountSendingAttributesRequest.Builder
-
Packages that use PutAccountSendingAttributesRequest.Builder Package Description software.amazon.awssdk.services.pinpointemail Amazon Pinpoint Email Service software.amazon.awssdk.services.pinpointemail.model -
-
Uses of PutAccountSendingAttributesRequest.Builder in software.amazon.awssdk.services.pinpointemail
Method parameters in software.amazon.awssdk.services.pinpointemail with type arguments of type PutAccountSendingAttributesRequest.Builder Modifier and Type Method Description default CompletableFuture<PutAccountSendingAttributesResponse>PinpointEmailAsyncClient. putAccountSendingAttributes(Consumer<PutAccountSendingAttributesRequest.Builder> putAccountSendingAttributesRequest)Enable or disable the ability of your account to send email.default PutAccountSendingAttributesResponsePinpointEmailClient. 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.pinpointemail.model
Methods in software.amazon.awssdk.services.pinpointemail.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.pinpointemail.model that return types with arguments of type PutAccountSendingAttributesRequest.Builder Modifier and Type Method Description static Class<? extends PutAccountSendingAttributesRequest.Builder>PutAccountSendingAttributesRequest. serializableBuilderClass()
-