Package | Description |
---|---|
com.amazonaws.services.rds | |
com.amazonaws.services.rds.model | |
com.amazonaws.services.rds.model.transform |
Modifier and Type | Method and Description |
---|---|
DownloadDBLogFilePortionResult |
AmazonRDSClient.downloadDBLogFilePortion(DownloadDBLogFilePortionRequest downloadDBLogFilePortionRequest)
Downloads all or a portion of the specified log file, up to 1 MB in size.
|
DownloadDBLogFilePortionResult |
AmazonRDS.downloadDBLogFilePortion(DownloadDBLogFilePortionRequest downloadDBLogFilePortionRequest)
Downloads all or a portion of the specified log file, up to 1 MB in size.
|
DownloadDBLogFilePortionResult |
AbstractAmazonRDS.downloadDBLogFilePortion(DownloadDBLogFilePortionRequest request) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<DownloadDBLogFilePortionResult> |
AmazonRDSAsyncClient.downloadDBLogFilePortionAsync(DownloadDBLogFilePortionRequest request,
AsyncHandler<DownloadDBLogFilePortionRequest,DownloadDBLogFilePortionResult> asyncHandler) |
java.util.concurrent.Future<DownloadDBLogFilePortionResult> |
AmazonRDSAsync.downloadDBLogFilePortionAsync(DownloadDBLogFilePortionRequest downloadDBLogFilePortionRequest,
AsyncHandler<DownloadDBLogFilePortionRequest,DownloadDBLogFilePortionResult> asyncHandler)
Downloads all or a portion of the specified log file, up to 1 MB in size.
|
java.util.concurrent.Future<DownloadDBLogFilePortionResult> |
AbstractAmazonRDSAsync.downloadDBLogFilePortionAsync(DownloadDBLogFilePortionRequest request,
AsyncHandler<DownloadDBLogFilePortionRequest,DownloadDBLogFilePortionResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DownloadDBLogFilePortionResult |
DownloadDBLogFilePortionResult.clone() |
DownloadDBLogFilePortionResult |
DownloadDBLogFilePortionResult.withAdditionalDataPending(java.lang.Boolean additionalDataPending)
Boolean value that if true, indicates there is more data to be
downloaded.
|
DownloadDBLogFilePortionResult |
DownloadDBLogFilePortionResult.withLogFileData(java.lang.String logFileData)
Entries from the specified log file.
|
DownloadDBLogFilePortionResult |
DownloadDBLogFilePortionResult.withMarker(java.lang.String marker)
A pagination token that can be used in a subsequent
DownloadDBLogFilePortion request.
|
Modifier and Type | Method and Description |
---|---|
DownloadDBLogFilePortionResult |
DownloadDBLogFilePortionResultStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |