Uses of Interface
software.amazon.awssdk.services.rds.model.DownloadDbLogFilePortionResponse.Builder
-
Packages that use DownloadDbLogFilePortionResponse.Builder Package Description software.amazon.awssdk.services.rds.model -
-
Uses of DownloadDbLogFilePortionResponse.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DownloadDbLogFilePortionResponse.Builder Modifier and Type Method Description DownloadDbLogFilePortionResponse.BuilderDownloadDbLogFilePortionResponse.Builder. additionalDataPending(Boolean additionalDataPending)A Boolean value that, if true, indicates there is more data to be downloaded.static DownloadDbLogFilePortionResponse.BuilderDownloadDbLogFilePortionResponse. builder()DownloadDbLogFilePortionResponse.BuilderDownloadDbLogFilePortionResponse.Builder. logFileData(String logFileData)Entries from the specified log file.DownloadDbLogFilePortionResponse.BuilderDownloadDbLogFilePortionResponse.Builder. marker(String marker)A pagination token that can be used in a laterDownloadDBLogFilePortionrequest.DownloadDbLogFilePortionResponse.BuilderDownloadDbLogFilePortionResponse. toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DownloadDbLogFilePortionResponse.Builder Modifier and Type Method Description static Class<? extends DownloadDbLogFilePortionResponse.Builder>DownloadDbLogFilePortionResponse. serializableBuilderClass()
-