Uses of Class
software.amazon.awssdk.services.rds.model.DownloadDbLogFilePortionResponse
Packages that use DownloadDbLogFilePortionResponse
Package
Description
-
Uses of DownloadDbLogFilePortionResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return DownloadDbLogFilePortionResponseModifier and TypeMethodDescriptiondefault 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 DownloadDbLogFilePortionResponseModifier and TypeMethodDescriptionRdsAsyncClient.downloadDBLogFilePortion(Consumer<DownloadDbLogFilePortionRequest.Builder> downloadDbLogFilePortionRequest) Downloads all or a portion of the specified log file, up to 1 MB in size.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 DownloadDbLogFilePortionResponseMethod parameters in software.amazon.awssdk.services.rds.paginators with type arguments of type DownloadDbLogFilePortionResponseModifier and TypeMethodDescriptionvoidDownloadDBLogFilePortionPublisher.subscribe(org.reactivestreams.Subscriber<? super DownloadDbLogFilePortionResponse> subscriber)