Uses of Class
software.amazon.awssdk.services.mailmanager.model.ExportSummary
-
Packages that use ExportSummary Package Description software.amazon.awssdk.services.mailmanager.model software.amazon.awssdk.services.mailmanager.paginators -
-
Uses of ExportSummary in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return types with arguments of type ExportSummary Modifier and Type Method Description List<ExportSummary>ListArchiveExportsResponse. exports()The list of export job identifiers and statuses.Methods in software.amazon.awssdk.services.mailmanager.model with parameters of type ExportSummary Modifier and Type Method Description ListArchiveExportsResponse.BuilderListArchiveExportsResponse.Builder. exports(ExportSummary... exports)The list of export job identifiers and statuses.Method parameters in software.amazon.awssdk.services.mailmanager.model with type arguments of type ExportSummary Modifier and Type Method Description ListArchiveExportsResponse.BuilderListArchiveExportsResponse.Builder. exports(Collection<ExportSummary> exports)The list of export job identifiers and statuses. -
Uses of ExportSummary in software.amazon.awssdk.services.mailmanager.paginators
Methods in software.amazon.awssdk.services.mailmanager.paginators that return types with arguments of type ExportSummary Modifier and Type Method Description SdkIterable<ExportSummary>ListArchiveExportsIterable. exports()Returns an iterable to iterate through the paginatedListArchiveExportsResponse.exports()member.SdkPublisher<ExportSummary>ListArchiveExportsPublisher. exports()Returns a publisher that can be used to get a stream of data.
-