| Package | Description |
|---|---|
| com.amazonaws.services.rds |
|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
StopActivityStreamResult |
AmazonRDSClient.stopActivityStream(StopActivityStreamRequest request)
Stops a database activity stream that was started using the Amazon Web Services console, the
start-activity-stream CLI command, or the StartActivityStream operation. |
StopActivityStreamResult |
AbstractAmazonRDS.stopActivityStream(StopActivityStreamRequest request) |
StopActivityStreamResult |
AmazonRDS.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 operation. |
Future<StopActivityStreamResult> |
AmazonRDSAsyncClient.stopActivityStreamAsync(StopActivityStreamRequest request) |
Future<StopActivityStreamResult> |
AbstractAmazonRDSAsync.stopActivityStreamAsync(StopActivityStreamRequest request) |
Future<StopActivityStreamResult> |
AmazonRDSAsync.stopActivityStreamAsync(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 operation. |
Future<StopActivityStreamResult> |
AmazonRDSAsyncClient.stopActivityStreamAsync(StopActivityStreamRequest request,
AsyncHandler<StopActivityStreamRequest,StopActivityStreamResult> asyncHandler) |
Future<StopActivityStreamResult> |
AbstractAmazonRDSAsync.stopActivityStreamAsync(StopActivityStreamRequest request,
AsyncHandler<StopActivityStreamRequest,StopActivityStreamResult> asyncHandler) |
Future<StopActivityStreamResult> |
AmazonRDSAsync.stopActivityStreamAsync(StopActivityStreamRequest stopActivityStreamRequest,
AsyncHandler<StopActivityStreamRequest,StopActivityStreamResult> asyncHandler)
Stops a database activity stream that was started using the Amazon Web Services console, the
start-activity-stream CLI command, or the StartActivityStream operation. |
| Modifier and Type | Method and Description |
|---|---|
Future<StopActivityStreamResult> |
AmazonRDSAsyncClient.stopActivityStreamAsync(StopActivityStreamRequest request,
AsyncHandler<StopActivityStreamRequest,StopActivityStreamResult> asyncHandler) |
Future<StopActivityStreamResult> |
AbstractAmazonRDSAsync.stopActivityStreamAsync(StopActivityStreamRequest request,
AsyncHandler<StopActivityStreamRequest,StopActivityStreamResult> asyncHandler) |
Future<StopActivityStreamResult> |
AmazonRDSAsync.stopActivityStreamAsync(StopActivityStreamRequest stopActivityStreamRequest,
AsyncHandler<StopActivityStreamRequest,StopActivityStreamResult> asyncHandler)
Stops a database activity stream that was started using the Amazon Web Services console, the
start-activity-stream CLI command, or the StartActivityStream operation. |
| Modifier and Type | Method and Description |
|---|---|
StopActivityStreamRequest |
StopActivityStreamRequest.clone() |
StopActivityStreamRequest |
StopActivityStreamRequest.withApplyImmediately(Boolean applyImmediately)
Specifies whether or not the database activity stream is to stop as soon as possible, regardless of the
maintenance window for the database.
|
StopActivityStreamRequest |
StopActivityStreamRequest.withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the DB cluster for the database activity stream.
|
Copyright © 2024. All rights reserved.