| 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 all or a portion of the specified log file.
|
DownloadDBLogFilePortionResult |
AmazonRDS.downloadDBLogFilePortion(DownloadDBLogFilePortionRequest downloadDBLogFilePortionRequest)
Downloads all or a portion of the specified log file.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DownloadDBLogFilePortionResult> |
AmazonRDSAsync.downloadDBLogFilePortionAsync(DownloadDBLogFilePortionRequest downloadDBLogFilePortionRequest,
AsyncHandler<DownloadDBLogFilePortionRequest,DownloadDBLogFilePortionResult> asyncHandler)
Downloads all or a portion of the specified log file.
|
Future<DownloadDBLogFilePortionResult> |
AmazonRDSAsyncClient.downloadDBLogFilePortionAsync(DownloadDBLogFilePortionRequest downloadDBLogFilePortionRequest,
AsyncHandler<DownloadDBLogFilePortionRequest,DownloadDBLogFilePortionResult> asyncHandler)
Downloads all or a portion 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)
A pagination token that can be used in a subsequent
DownloadDBLogFilePortion request.
|
Copyright © 2014. All rights reserved.