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