Uses of Interface
software.amazon.awssdk.services.rds.model.StopActivityStreamRequest.Builder
Packages that use StopActivityStreamRequest.Builder
Package
Description
-
Uses of StopActivityStreamRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type StopActivityStreamRequest.BuilderModifier and TypeMethodDescriptionRdsAsyncClient.stopActivityStream(Consumer<StopActivityStreamRequest.Builder> stopActivityStreamRequest) Stops a database activity stream that was started using the Amazon Web Services console, thestart-activity-streamCLI command, or theStartActivityStreamoperation.default StopActivityStreamResponseRdsClient.stopActivityStream(Consumer<StopActivityStreamRequest.Builder> stopActivityStreamRequest) Stops a database activity stream that was started using the Amazon Web Services console, thestart-activity-streamCLI command, or theStartActivityStreamoperation. -
Uses of StopActivityStreamRequest.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return StopActivityStreamRequest.BuilderModifier and TypeMethodDescriptionStopActivityStreamRequest.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.StopActivityStreamRequest.builder()StopActivityStreamRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) StopActivityStreamRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) StopActivityStreamRequest.Builder.resourceArn(String resourceArn) The Amazon Resource Name (ARN) of the DB cluster for the database activity stream.StopActivityStreamRequest.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type StopActivityStreamRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends StopActivityStreamRequest.Builder>StopActivityStreamRequest.serializableBuilderClass()