Uses of Interface
software.amazon.awssdk.services.sesv2.model.ListSuppressedDestinationsRequest.Builder
Packages that use ListSuppressedDestinationsRequest.Builder
Package
Description
-
Uses of ListSuppressedDestinationsRequest.Builder in software.amazon.awssdk.services.sesv2
Method parameters in software.amazon.awssdk.services.sesv2 with type arguments of type ListSuppressedDestinationsRequest.BuilderModifier and TypeMethodDescriptionSesV2AsyncClient.listSuppressedDestinations(Consumer<ListSuppressedDestinationsRequest.Builder> listSuppressedDestinationsRequest) Retrieves a list of email addresses that are on the suppression list for your account or for a specific tenant.SesV2Client.listSuppressedDestinations(Consumer<ListSuppressedDestinationsRequest.Builder> listSuppressedDestinationsRequest) Retrieves a list of email addresses that are on the suppression list for your account or for a specific tenant.SesV2AsyncClient.listSuppressedDestinationsPaginator(Consumer<ListSuppressedDestinationsRequest.Builder> listSuppressedDestinationsRequest) This is a variant ofSesV2AsyncClient.listSuppressedDestinations(software.amazon.awssdk.services.sesv2.model.ListSuppressedDestinationsRequest)operation.SesV2Client.listSuppressedDestinationsPaginator(Consumer<ListSuppressedDestinationsRequest.Builder> listSuppressedDestinationsRequest) This is a variant ofSesV2Client.listSuppressedDestinations(software.amazon.awssdk.services.sesv2.model.ListSuppressedDestinationsRequest)operation. -
Uses of ListSuppressedDestinationsRequest.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return ListSuppressedDestinationsRequest.BuilderModifier and TypeMethodDescriptionListSuppressedDestinationsRequest.builder()Used to filter the list of suppressed email destinations so that it only includes addresses that were added to the list before a specific date.A token returned from a previous call toListSuppressedDestinationsto indicate the position in the list of suppressed email addresses.ListSuppressedDestinationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListSuppressedDestinationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The number of results to show in a single call toListSuppressedDestinations.ListSuppressedDestinationsRequest.Builder.reasons(Collection<SuppressionListReason> reasons) The factors that caused the email address to be added to the suppression list for your account or for a specific tenant.ListSuppressedDestinationsRequest.Builder.reasons(SuppressionListReason... reasons) The factors that caused the email address to be added to the suppression list for your account or for a specific tenant.ListSuppressedDestinationsRequest.Builder.reasonsWithStrings(String... reasons) The factors that caused the email address to be added to the suppression list for your account or for a specific tenant.ListSuppressedDestinationsRequest.Builder.reasonsWithStrings(Collection<String> reasons) The factors that caused the email address to be added to the suppression list for your account or for a specific tenant.Used to filter the list of suppressed email destinations so that it only includes addresses that were added to the list after a specific date.ListSuppressedDestinationsRequest.Builder.tenantName(String tenantName) The name of the tenant whose suppression list you want to retrieve.ListSuppressedDestinationsRequest.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type ListSuppressedDestinationsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListSuppressedDestinationsRequest.Builder>ListSuppressedDestinationsRequest.serializableBuilderClass()