| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds |
|
| Modifier and Type | Method and Description |
|---|---|
default StopActivityStreamResponse |
RdsClient.stopActivityStream(Consumer<StopActivityStreamRequest.Builder> stopActivityStreamRequest)
Stops a database activity stream that was started using the Amazon Web Services console, the
start-activity-stream CLI command, or the StartActivityStream action. |
default StopActivityStreamResponse |
RdsClient.stopActivityStream(StopActivityStreamRequest stopActivityStreamRequest)
Stops a database activity stream that was started using the Amazon Web Services console, the
start-activity-stream CLI command, or the StartActivityStream action. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StopActivityStreamResponse> |
RdsAsyncClient.stopActivityStream(Consumer<StopActivityStreamRequest.Builder> stopActivityStreamRequest)
Stops a database activity stream that was started using the Amazon Web Services console, the
start-activity-stream CLI command, or the StartActivityStream action. |
default CompletableFuture<StopActivityStreamResponse> |
RdsAsyncClient.stopActivityStream(StopActivityStreamRequest stopActivityStreamRequest)
Stops a database activity stream that was started using the Amazon Web Services console, the
start-activity-stream CLI command, or the StartActivityStream action. |
Copyright © 2023. All rights reserved.