Uses of Class
software.amazon.awssdk.services.mailmanager.model.Archive
-
Packages that use Archive Package Description software.amazon.awssdk.services.mailmanager.model software.amazon.awssdk.services.mailmanager.paginators -
-
Uses of Archive in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return types with arguments of type Archive Modifier and Type Method Description List<Archive>ListArchivesResponse. archives()The list of archive details.Methods in software.amazon.awssdk.services.mailmanager.model with parameters of type Archive Modifier and Type Method Description ListArchivesResponse.BuilderListArchivesResponse.Builder. archives(Archive... archives)The list of archive details.Method parameters in software.amazon.awssdk.services.mailmanager.model with type arguments of type Archive Modifier and Type Method Description ListArchivesResponse.BuilderListArchivesResponse.Builder. archives(Collection<Archive> archives)The list of archive details. -
Uses of Archive in software.amazon.awssdk.services.mailmanager.paginators
Methods in software.amazon.awssdk.services.mailmanager.paginators that return types with arguments of type Archive Modifier and Type Method Description SdkIterable<Archive>ListArchivesIterable. archives()Returns an iterable to iterate through the paginatedListArchivesResponse.archives()member.SdkPublisher<Archive>ListArchivesPublisher. archives()Returns a publisher that can be used to get a stream of data.
-