Uses of Class
software.amazon.awssdk.services.rds.model.StopActivityStreamResponse
-
Packages that use StopActivityStreamResponse Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service -
-
Uses of StopActivityStreamResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return StopActivityStreamResponse Modifier and Type Method Description 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.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 StopActivityStreamResponse Modifier and Type Method Description default CompletableFuture<StopActivityStreamResponse>RdsAsyncClient. 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 CompletableFuture<StopActivityStreamResponse>RdsAsyncClient. stopActivityStream(StopActivityStreamRequest stopActivityStreamRequest)Stops a database activity stream that was started using the Amazon Web Services console, thestart-activity-streamCLI command, or theStartActivityStreamoperation.
-