Uses of Class
software.amazon.awssdk.services.sesv2.model.SuppressedDestinationSummary
Packages that use SuppressedDestinationSummary
-
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 SuppressedDestinationSummaryModifier and TypeMethodDescriptionfinal 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 SuppressedDestinationSummaryModifier and TypeMethodDescriptionListSuppressedDestinationsResponse.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 SuppressedDestinationSummaryModifier and TypeMethodDescriptionListSuppressedDestinationsResponse.Builder.suppressedDestinationSummaries(Collection<SuppressedDestinationSummary> suppressedDestinationSummaries) A list of summaries, each containing a summary for a suppressed email destination.