Uses of Interface
software.amazon.awssdk.services.sesv2.model.PutSuppressedDestinationRequest.Builder
-
Packages that use PutSuppressedDestinationRequest.Builder Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.model -
-
Uses of PutSuppressedDestinationRequest.Builder in software.amazon.awssdk.services.sesv2
Method parameters in software.amazon.awssdk.services.sesv2 with type arguments of type PutSuppressedDestinationRequest.Builder Modifier and Type Method Description default CompletableFuture<PutSuppressedDestinationResponse>SesV2AsyncClient. putSuppressedDestination(Consumer<PutSuppressedDestinationRequest.Builder> putSuppressedDestinationRequest)Adds an email address to the suppression list for your account.default PutSuppressedDestinationResponseSesV2Client. putSuppressedDestination(Consumer<PutSuppressedDestinationRequest.Builder> putSuppressedDestinationRequest)Adds an email address to the suppression list for your account. -
Uses of PutSuppressedDestinationRequest.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return PutSuppressedDestinationRequest.Builder Modifier and Type Method Description static PutSuppressedDestinationRequest.BuilderPutSuppressedDestinationRequest. builder()PutSuppressedDestinationRequest.BuilderPutSuppressedDestinationRequest.Builder. emailAddress(String emailAddress)The email address that should be added to the suppression list for your account.PutSuppressedDestinationRequest.BuilderPutSuppressedDestinationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutSuppressedDestinationRequest.BuilderPutSuppressedDestinationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutSuppressedDestinationRequest.BuilderPutSuppressedDestinationRequest.Builder. reason(String reason)The factors that should cause the email address to be added to the suppression list for your account.PutSuppressedDestinationRequest.BuilderPutSuppressedDestinationRequest.Builder. reason(SuppressionListReason reason)The factors that should cause the email address to be added to the suppression list for your account.PutSuppressedDestinationRequest.BuilderPutSuppressedDestinationRequest. toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type PutSuppressedDestinationRequest.Builder Modifier and Type Method Description static Class<? extends PutSuppressedDestinationRequest.Builder>PutSuppressedDestinationRequest. serializableBuilderClass()
-