| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds |
|
| software.amazon.awssdk.services.rds.model |
| 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 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. |
| Modifier and Type | Method and Description |
|---|---|
StopActivityStreamRequest.Builder |
StopActivityStreamRequest.Builder.applyImmediately(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.
|
static StopActivityStreamRequest.Builder |
StopActivityStreamRequest.builder() |
StopActivityStreamRequest.Builder |
StopActivityStreamRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StopActivityStreamRequest.Builder |
StopActivityStreamRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StopActivityStreamRequest.Builder |
StopActivityStreamRequest.Builder.resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the DB cluster for the database activity stream.
|
StopActivityStreamRequest.Builder |
StopActivityStreamRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StopActivityStreamRequest.Builder> |
StopActivityStreamRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.