| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds |
|
| software.amazon.awssdk.services.rds.paginators | |
| software.amazon.awssdk.services.rds.transform |
| Modifier and Type | Method and Description |
|---|---|
default DownloadDbLogFilePortionResponse |
RdsClient.downloadDBLogFilePortion(DownloadDbLogFilePortionRequest downloadDbLogFilePortionRequest)
Downloads all or a portion of the specified log file, up to 1 MB in size.
|
default CompletableFuture<DownloadDbLogFilePortionResponse> |
RdsAsyncClient.downloadDBLogFilePortion(DownloadDbLogFilePortionRequest downloadDbLogFilePortionRequest)
Downloads all or a portion of the specified log file, up to 1 MB in size.
|
default DownloadDBLogFilePortionIterable |
RdsClient.downloadDBLogFilePortionPaginator(DownloadDbLogFilePortionRequest downloadDbLogFilePortionRequest)
Downloads all or a portion of the specified log file, up to 1 MB in size.
|
default DownloadDBLogFilePortionPublisher |
RdsAsyncClient.downloadDBLogFilePortionPaginator(DownloadDbLogFilePortionRequest downloadDbLogFilePortionRequest)
Downloads all or a portion of the specified log file, up to 1 MB in size.
|
| Constructor and Description |
|---|
DownloadDBLogFilePortionIterable(RdsClient client,
DownloadDbLogFilePortionRequest firstRequest) |
DownloadDBLogFilePortionPublisher(RdsAsyncClient client,
DownloadDbLogFilePortionRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
DownloadDbLogFilePortionRequestMarshaller.marshall(DownloadDbLogFilePortionRequest downloadDbLogFilePortionRequest) |
Copyright © 2023. All rights reserved.