Uses of Interface
software.amazon.awssdk.services.sesv2.model.ListSuppressedDestinationsRequest.Builder
-
Packages that use ListSuppressedDestinationsRequest.Builder Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.model -
-
Uses of ListSuppressedDestinationsRequest.Builder in software.amazon.awssdk.services.sesv2
Method parameters in software.amazon.awssdk.services.sesv2 with type arguments of type ListSuppressedDestinationsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListSuppressedDestinationsResponse>SesV2AsyncClient. listSuppressedDestinations(Consumer<ListSuppressedDestinationsRequest.Builder> listSuppressedDestinationsRequest)Retrieves a list of email addresses that are on the suppression list for your account.default ListSuppressedDestinationsResponseSesV2Client. listSuppressedDestinations(Consumer<ListSuppressedDestinationsRequest.Builder> listSuppressedDestinationsRequest)Retrieves a list of email addresses that are on the suppression list for your account.default ListSuppressedDestinationsPublisherSesV2AsyncClient. listSuppressedDestinationsPaginator(Consumer<ListSuppressedDestinationsRequest.Builder> listSuppressedDestinationsRequest)Retrieves a list of email addresses that are on the suppression list for your account.default ListSuppressedDestinationsIterableSesV2Client. listSuppressedDestinationsPaginator(Consumer<ListSuppressedDestinationsRequest.Builder> listSuppressedDestinationsRequest)Retrieves a list of email addresses that are on the suppression list for your account. -
Uses of ListSuppressedDestinationsRequest.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return ListSuppressedDestinationsRequest.Builder Modifier and Type Method Description static ListSuppressedDestinationsRequest.BuilderListSuppressedDestinationsRequest. builder()ListSuppressedDestinationsRequest.BuilderListSuppressedDestinationsRequest.Builder. endDate(Instant endDate)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.ListSuppressedDestinationsRequest.BuilderListSuppressedDestinationsRequest.Builder. nextToken(String nextToken)A token returned from a previous call toListSuppressedDestinationsto indicate the position in the list of suppressed email addresses.ListSuppressedDestinationsRequest.BuilderListSuppressedDestinationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSuppressedDestinationsRequest.BuilderListSuppressedDestinationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListSuppressedDestinationsRequest.BuilderListSuppressedDestinationsRequest.Builder. pageSize(Integer pageSize)The number of results to show in a single call toListSuppressedDestinations.ListSuppressedDestinationsRequest.BuilderListSuppressedDestinationsRequest.Builder. reasons(Collection<SuppressionListReason> reasons)The factors that caused the email address to be added to .ListSuppressedDestinationsRequest.BuilderListSuppressedDestinationsRequest.Builder. reasons(SuppressionListReason... reasons)The factors that caused the email address to be added to .ListSuppressedDestinationsRequest.BuilderListSuppressedDestinationsRequest.Builder. reasonsWithStrings(String... reasons)The factors that caused the email address to be added to .ListSuppressedDestinationsRequest.BuilderListSuppressedDestinationsRequest.Builder. reasonsWithStrings(Collection<String> reasons)The factors that caused the email address to be added to .ListSuppressedDestinationsRequest.BuilderListSuppressedDestinationsRequest.Builder. startDate(Instant startDate)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.BuilderListSuppressedDestinationsRequest. toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type ListSuppressedDestinationsRequest.Builder Modifier and Type Method Description static Class<? extends ListSuppressedDestinationsRequest.Builder>ListSuppressedDestinationsRequest. serializableBuilderClass()
-