Uses of Interface
software.amazon.awssdk.services.sesv2.model.DeleteSuppressedDestinationRequest.Builder
-
Packages that use DeleteSuppressedDestinationRequest.Builder Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.model -
-
Uses of DeleteSuppressedDestinationRequest.Builder in software.amazon.awssdk.services.sesv2
Method parameters in software.amazon.awssdk.services.sesv2 with type arguments of type DeleteSuppressedDestinationRequest.Builder Modifier and Type Method Description default CompletableFuture<DeleteSuppressedDestinationResponse>SesV2AsyncClient. deleteSuppressedDestination(Consumer<DeleteSuppressedDestinationRequest.Builder> deleteSuppressedDestinationRequest)Removes an email address from the suppression list for your account.default DeleteSuppressedDestinationResponseSesV2Client. deleteSuppressedDestination(Consumer<DeleteSuppressedDestinationRequest.Builder> deleteSuppressedDestinationRequest)Removes an email address from the suppression list for your account. -
Uses of DeleteSuppressedDestinationRequest.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return DeleteSuppressedDestinationRequest.Builder Modifier and Type Method Description static DeleteSuppressedDestinationRequest.BuilderDeleteSuppressedDestinationRequest. builder()DeleteSuppressedDestinationRequest.BuilderDeleteSuppressedDestinationRequest.Builder. emailAddress(String emailAddress)The suppressed email destination to remove from the account suppression list.DeleteSuppressedDestinationRequest.BuilderDeleteSuppressedDestinationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteSuppressedDestinationRequest.BuilderDeleteSuppressedDestinationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteSuppressedDestinationRequest.BuilderDeleteSuppressedDestinationRequest. toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type DeleteSuppressedDestinationRequest.Builder Modifier and Type Method Description static Class<? extends DeleteSuppressedDestinationRequest.Builder>DeleteSuppressedDestinationRequest. serializableBuilderClass()
-