Uses of Class
software.amazon.awssdk.services.rds.model.DownloadDbLogFilePortionResponse
-
Packages that use DownloadDbLogFilePortionResponse Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service software.amazon.awssdk.services.rds.paginators -
-
Uses of DownloadDbLogFilePortionResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return DownloadDbLogFilePortionResponse Modifier and Type Method Description default DownloadDbLogFilePortionResponseRdsClient. downloadDBLogFilePortion(Consumer<DownloadDbLogFilePortionRequest.Builder> downloadDbLogFilePortionRequest)Downloads all or a portion of the specified log file, up to 1 MB in size.default DownloadDbLogFilePortionResponseRdsClient. downloadDBLogFilePortion(DownloadDbLogFilePortionRequest downloadDbLogFilePortionRequest)Downloads all or a portion of the specified log file, up to 1 MB in size.Methods in software.amazon.awssdk.services.rds that return types with arguments of type DownloadDbLogFilePortionResponse Modifier and Type Method Description default CompletableFuture<DownloadDbLogFilePortionResponse>RdsAsyncClient. downloadDBLogFilePortion(Consumer<DownloadDbLogFilePortionRequest.Builder> downloadDbLogFilePortionRequest)Downloads all or a portion of the specified log file, up to 1 MB in size.default CompletableFuture<DownloadDbLogFilePortionResponse>RdsAsyncClient. downloadDBLogFilePortion(DownloadDbLogFilePortionRequest downloadDbLogFilePortionRequest)Downloads all or a portion of the specified log file, up to 1 MB in size. -
Uses of DownloadDbLogFilePortionResponse in software.amazon.awssdk.services.rds.paginators
Methods in software.amazon.awssdk.services.rds.paginators that return types with arguments of type DownloadDbLogFilePortionResponse Modifier and Type Method Description Iterator<DownloadDbLogFilePortionResponse>DownloadDBLogFilePortionIterable. iterator()Method parameters in software.amazon.awssdk.services.rds.paginators with type arguments of type DownloadDbLogFilePortionResponse Modifier and Type Method Description voidDownloadDBLogFilePortionPublisher. subscribe(org.reactivestreams.Subscriber<? super DownloadDbLogFilePortionResponse> subscriber)
-