|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DownloadDBLogFilePortionRequest | |
---|---|
com.amazonaws.services.rds | Synchronous and asynchronous client classes for accessing AmazonRDS. |
com.amazonaws.services.rds.model | Classes modeling the various types represented by AmazonRDS. |
Uses of DownloadDBLogFilePortionRequest in com.amazonaws.services.rds |
---|
Method parameters in com.amazonaws.services.rds with type arguments of type DownloadDBLogFilePortionRequest | |
---|---|
Future<DownloadDBLogFilePortionResult> |
AmazonRDSAsyncClient.downloadDBLogFilePortionAsync(DownloadDBLogFilePortionRequest downloadDBLogFilePortionRequest,
AsyncHandler<DownloadDBLogFilePortionRequest,DownloadDBLogFilePortionResult> asyncHandler)
Downloads the last line of the specified log file. |
Future<DownloadDBLogFilePortionResult> |
AmazonRDSAsync.downloadDBLogFilePortionAsync(DownloadDBLogFilePortionRequest downloadDBLogFilePortionRequest,
AsyncHandler<DownloadDBLogFilePortionRequest,DownloadDBLogFilePortionResult> asyncHandler)
Downloads the last line of the specified log file. |
Uses of DownloadDBLogFilePortionRequest in com.amazonaws.services.rds.model |
---|
Methods in com.amazonaws.services.rds.model that return DownloadDBLogFilePortionRequest | |
---|---|
DownloadDBLogFilePortionRequest |
DownloadDBLogFilePortionRequest.withDBInstanceIdentifier(String dBInstanceIdentifier)
The customer-assigned name of the DB instance that contains the log files you want to list. |
DownloadDBLogFilePortionRequest |
DownloadDBLogFilePortionRequest.withLogFileName(String logFileName)
The name of the log file to be downloaded. |
DownloadDBLogFilePortionRequest |
DownloadDBLogFilePortionRequest.withMarker(String marker)
The pagination token provided in the previous request. |
DownloadDBLogFilePortionRequest |
DownloadDBLogFilePortionRequest.withNumberOfLines(Integer numberOfLines)
The number of lines remaining to be downloaded. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |