Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
DownloadDBLogFilePortionResult |
AmazonRDSClient.downloadDBLogFilePortion(DownloadDBLogFilePortionRequest downloadDBLogFilePortionRequest)
Downloads the last line of the specified log file.
|
DownloadDBLogFilePortionResult |
AmazonRDS.downloadDBLogFilePortion(DownloadDBLogFilePortionRequest downloadDBLogFilePortionRequest)
Downloads the last line of the specified log file.
|
Modifier and Type | Method and Description |
---|---|
Future<DownloadDBLogFilePortionResult> |
AmazonRDSAsync.downloadDBLogFilePortionAsync(DownloadDBLogFilePortionRequest downloadDBLogFilePortionRequest,
AsyncHandler<DownloadDBLogFilePortionRequest,DownloadDBLogFilePortionResult> asyncHandler)
Downloads the last line of the specified log file.
|
Future<DownloadDBLogFilePortionResult> |
AmazonRDSAsyncClient.downloadDBLogFilePortionAsync(DownloadDBLogFilePortionRequest downloadDBLogFilePortionRequest,
AsyncHandler<DownloadDBLogFilePortionRequest,DownloadDBLogFilePortionResult> asyncHandler)
Downloads the last line of the specified log file.
|
Modifier and Type | Method and Description |
---|---|
DownloadDBLogFilePortionResult |
DownloadDBLogFilePortionResult.withAdditionalDataPending(Boolean additionalDataPending)
Boolean value that if true, indicates there is more data to be
downloaded.
|
DownloadDBLogFilePortionResult |
DownloadDBLogFilePortionResult.withLogFileData(String logFileData)
Entries from the specified log file.
|
DownloadDBLogFilePortionResult |
DownloadDBLogFilePortionResult.withMarker(String marker)
An optional pagination token provided by a previous
DownloadDBLogFilePortion request.
|
Copyright © 2014. All rights reserved.