Uses of Interface
software.amazon.awssdk.services.rds.model.DownloadDbLogFilePortionRequest.Builder
-
Packages that use DownloadDbLogFilePortionRequest.Builder Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service software.amazon.awssdk.services.rds.model -
-
Uses of DownloadDbLogFilePortionRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type DownloadDbLogFilePortionRequest.Builder 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 DownloadDbLogFilePortionResponseRdsClient. downloadDBLogFilePortion(Consumer<DownloadDbLogFilePortionRequest.Builder> downloadDbLogFilePortionRequest)Downloads all or a portion of the specified log file, up to 1 MB in size.default DownloadDBLogFilePortionPublisherRdsAsyncClient. downloadDBLogFilePortionPaginator(Consumer<DownloadDbLogFilePortionRequest.Builder> downloadDbLogFilePortionRequest)Downloads all or a portion of the specified log file, up to 1 MB in size.default DownloadDBLogFilePortionIterableRdsClient. downloadDBLogFilePortionPaginator(Consumer<DownloadDbLogFilePortionRequest.Builder> downloadDbLogFilePortionRequest)Downloads all or a portion of the specified log file, up to 1 MB in size. -
Uses of DownloadDbLogFilePortionRequest.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DownloadDbLogFilePortionRequest.Builder Modifier and Type Method Description static DownloadDbLogFilePortionRequest.BuilderDownloadDbLogFilePortionRequest. builder()DownloadDbLogFilePortionRequest.BuilderDownloadDbLogFilePortionRequest.Builder. dbInstanceIdentifier(String dbInstanceIdentifier)The customer-assigned name of the DB instance that contains the log files you want to list.DownloadDbLogFilePortionRequest.BuilderDownloadDbLogFilePortionRequest.Builder. logFileName(String logFileName)The name of the log file to be downloaded.DownloadDbLogFilePortionRequest.BuilderDownloadDbLogFilePortionRequest.Builder. marker(String marker)The pagination token provided in the previous request or "0".DownloadDbLogFilePortionRequest.BuilderDownloadDbLogFilePortionRequest.Builder. numberOfLines(Integer numberOfLines)The number of lines to download.DownloadDbLogFilePortionRequest.BuilderDownloadDbLogFilePortionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DownloadDbLogFilePortionRequest.BuilderDownloadDbLogFilePortionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DownloadDbLogFilePortionRequest.BuilderDownloadDbLogFilePortionRequest. toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DownloadDbLogFilePortionRequest.Builder Modifier and Type Method Description static Class<? extends DownloadDbLogFilePortionRequest.Builder>DownloadDbLogFilePortionRequest. serializableBuilderClass()
-