Uses of Interface
software.amazon.awssdk.services.sesv2.model.DeleteSuppressedDestinationRequest.Builder
Packages that use DeleteSuppressedDestinationRequest.Builder
Package
Description
-
Uses of DeleteSuppressedDestinationRequest.Builder in software.amazon.awssdk.services.sesv2
Method parameters in software.amazon.awssdk.services.sesv2 with type arguments of type DeleteSuppressedDestinationRequest.BuilderModifier and TypeMethodDescriptionSesV2AsyncClient.deleteSuppressedDestination(Consumer<DeleteSuppressedDestinationRequest.Builder> deleteSuppressedDestinationRequest) Removes an email address from the suppression list for your account or for a specific tenant.SesV2Client.deleteSuppressedDestination(Consumer<DeleteSuppressedDestinationRequest.Builder> deleteSuppressedDestinationRequest) Removes an email address from the suppression list for your account or for a specific tenant. -
Uses of DeleteSuppressedDestinationRequest.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return DeleteSuppressedDestinationRequest.BuilderModifier and TypeMethodDescriptionDeleteSuppressedDestinationRequest.builder()DeleteSuppressedDestinationRequest.Builder.emailAddress(String emailAddress) The suppressed email destination to remove from the suppression list for your account or for the specified tenant.DeleteSuppressedDestinationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DeleteSuppressedDestinationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DeleteSuppressedDestinationRequest.Builder.tenantName(String tenantName) The name of the tenant whose suppression list you want to remove the address from.DeleteSuppressedDestinationRequest.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type DeleteSuppressedDestinationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DeleteSuppressedDestinationRequest.Builder>DeleteSuppressedDestinationRequest.serializableBuilderClass()