Uses of Class
software.amazon.awssdk.services.sesv2.model.SuppressedDestinationSummary
-
Packages that use SuppressedDestinationSummary Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of SuppressedDestinationSummary in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type SuppressedDestinationSummary Modifier and Type Method Description List<SuppressedDestinationSummary>ListSuppressedDestinationsResponse. suppressedDestinationSummaries()A list of summaries, each containing a summary for a suppressed email destination.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type SuppressedDestinationSummary Modifier and Type Method Description ListSuppressedDestinationsResponse.BuilderListSuppressedDestinationsResponse.Builder. suppressedDestinationSummaries(SuppressedDestinationSummary... suppressedDestinationSummaries)A list of summaries, each containing a summary for a suppressed email destination.Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type SuppressedDestinationSummary Modifier and Type Method Description ListSuppressedDestinationsResponse.BuilderListSuppressedDestinationsResponse.Builder. suppressedDestinationSummaries(Collection<SuppressedDestinationSummary> suppressedDestinationSummaries)A list of summaries, each containing a summary for a suppressed email destination.
-