Uses of Class
software.amazon.awssdk.services.rds.model.StopActivityStreamRequest
-
Packages that use StopActivityStreamRequest Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service software.amazon.awssdk.services.rds.transform -
-
Uses of StopActivityStreamRequest in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds with parameters of type StopActivityStreamRequest Modifier and Type Method Description 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.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. -
Uses of StopActivityStreamRequest in software.amazon.awssdk.services.rds.transform
Methods in software.amazon.awssdk.services.rds.transform with parameters of type StopActivityStreamRequest Modifier and Type Method Description SdkHttpFullRequestStopActivityStreamRequestMarshaller. marshall(StopActivityStreamRequest stopActivityStreamRequest)
-