| Package | Description |
|---|---|
| com.amazonaws.services.rds |
|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
StopActivityStreamResult |
AmazonRDS.stopActivityStream(StopActivityStreamRequest stopActivityStreamRequest)
Stops a database activity stream that was started using the AWS console, the
start-activity-stream
AWS CLI command, or the StartActivityStream action. |
StopActivityStreamResult |
AmazonRDSClient.stopActivityStream(StopActivityStreamRequest request)
Stops a database activity stream that was started using the AWS console, the
start-activity-stream
AWS CLI command, or the StartActivityStream action. |
StopActivityStreamResult |
AbstractAmazonRDS.stopActivityStream(StopActivityStreamRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<StopActivityStreamResult> |
AbstractAmazonRDSAsync.stopActivityStreamAsync(StopActivityStreamRequest request,
AsyncHandler<StopActivityStreamRequest,StopActivityStreamResult> asyncHandler) |
Future<StopActivityStreamResult> |
AmazonRDSAsyncClient.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 AWS console, the
start-activity-stream
AWS CLI command, or the StartActivityStream action. |
| Modifier and Type | Method and Description |
|---|---|
StopActivityStreamResult |
StopActivityStreamResult.clone() |
StopActivityStreamResult |
StopActivityStreamResult.withKinesisStreamName(String kinesisStreamName)
The name of the Amazon Kinesis data stream used for the database activity stream.
|
StopActivityStreamResult |
StopActivityStreamResult.withKmsKeyId(String kmsKeyId)
The AWS KMS key identifier used for encrypting messages in the database activity stream.
|
StopActivityStreamResult |
StopActivityStreamResult.withStatus(ActivityStreamStatus status)
The status of the database activity stream.
|
StopActivityStreamResult |
StopActivityStreamResult.withStatus(String status)
The status of the database activity stream.
|
Copyright © 2019. All rights reserved.