Uses of Class
software.amazon.awssdk.services.rds.paginators.DownloadDBLogFilePortionPublisher
-
Packages that use DownloadDBLogFilePortionPublisher Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service -
-
Uses of DownloadDBLogFilePortionPublisher in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return DownloadDBLogFilePortionPublisher Modifier and Type Method Description default DownloadDBLogFilePortionPublisherRdsAsyncClient. downloadDBLogFilePortionPaginator(Consumer<DownloadDbLogFilePortionRequest.Builder> downloadDbLogFilePortionRequest)Downloads all or a portion of the specified log file, up to 1 MB in size.default DownloadDBLogFilePortionPublisherRdsAsyncClient. downloadDBLogFilePortionPaginator(DownloadDbLogFilePortionRequest downloadDbLogFilePortionRequest)Downloads all or a portion of the specified log file, up to 1 MB in size.
-