Uses of Interface
software.amazon.awssdk.services.rds.model.DownloadDbLogFilePortionRequest.Builder
Packages that use DownloadDbLogFilePortionRequest.Builder
Package
Description
-
Uses of DownloadDbLogFilePortionRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type DownloadDbLogFilePortionRequest.BuilderModifier and TypeMethodDescriptionRdsAsyncClient.downloadDBLogFilePortion(Consumer<DownloadDbLogFilePortionRequest.Builder> downloadDbLogFilePortionRequest) Downloads all or a portion of the specified log file, up to 1 MB in size.default DownloadDbLogFilePortionResponseRdsClient.downloadDBLogFilePortion(Consumer<DownloadDbLogFilePortionRequest.Builder> downloadDbLogFilePortionRequest) Downloads all or a portion of the specified log file, up to 1 MB in size.RdsAsyncClient.downloadDBLogFilePortionPaginator(Consumer<DownloadDbLogFilePortionRequest.Builder> downloadDbLogFilePortionRequest) This is a variant ofRdsAsyncClient.downloadDBLogFilePortion(software.amazon.awssdk.services.rds.model.DownloadDbLogFilePortionRequest)operation.default DownloadDBLogFilePortionIterableRdsClient.downloadDBLogFilePortionPaginator(Consumer<DownloadDbLogFilePortionRequest.Builder> downloadDbLogFilePortionRequest) This is a variant ofRdsClient.downloadDBLogFilePortion(software.amazon.awssdk.services.rds.model.DownloadDbLogFilePortionRequest)operation. -
Uses of DownloadDbLogFilePortionRequest.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DownloadDbLogFilePortionRequest.BuilderModifier and TypeMethodDescriptionDownloadDbLogFilePortionRequest.builder()DownloadDbLogFilePortionRequest.Builder.dbInstanceIdentifier(String dbInstanceIdentifier) The customer-assigned name of the DB instance that contains the log files you want to list.DownloadDbLogFilePortionRequest.Builder.logFileName(String logFileName) The name of the log file to be downloaded.The pagination token provided in the previous request or "0".DownloadDbLogFilePortionRequest.Builder.numberOfLines(Integer numberOfLines) The number of lines to download.DownloadDbLogFilePortionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DownloadDbLogFilePortionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DownloadDbLogFilePortionRequest.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DownloadDbLogFilePortionRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DownloadDbLogFilePortionRequest.Builder>DownloadDbLogFilePortionRequest.serializableBuilderClass()