Uses of Class
software.amazon.awssdk.services.rds.model.StopActivityStreamResponse
Packages that use StopActivityStreamResponse
-
Uses of StopActivityStreamResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return StopActivityStreamResponseModifier and TypeMethodDescriptiondefault 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.default StopActivityStreamResponseRdsClient.stopActivityStream(StopActivityStreamRequest stopActivityStreamRequest) Stops a database activity stream that was started using the Amazon Web Services console, thestart-activity-streamCLI command, or theStartActivityStreamoperation.Methods in software.amazon.awssdk.services.rds that return types with arguments of type StopActivityStreamResponseModifier 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.RdsAsyncClient.stopActivityStream(StopActivityStreamRequest stopActivityStreamRequest) Stops a database activity stream that was started using the Amazon Web Services console, thestart-activity-streamCLI command, or theStartActivityStreamoperation.