Uses of Interface
software.amazon.awssdk.services.rum.RumBaseClientBuilder
-
Packages that use RumBaseClientBuilder Package Description software.amazon.awssdk.services.rum With Amazon CloudWatch RUM, you can perform real-user monitoring to collect client-side data about your web application performance from actual user sessions in real time. -
-
Uses of RumBaseClientBuilder in software.amazon.awssdk.services.rum
Classes in software.amazon.awssdk.services.rum with type parameters of type RumBaseClientBuilder Modifier and Type Interface Description interfaceRumBaseClientBuilder<B extends RumBaseClientBuilder<B,C>,C>This includes configuration specific to CloudWatch RUM that is supported by bothRumClientBuilderandRumAsyncClientBuilder.Subinterfaces of RumBaseClientBuilder in software.amazon.awssdk.services.rum Modifier and Type Interface Description interfaceRumAsyncClientBuilderA builder for creating an instance ofRumAsyncClient.interfaceRumClientBuilderA builder for creating an instance ofRumClient.
-