Uses of Class
software.amazon.awssdk.services.evidently.model.GetLaunchResponse
-
Packages that use GetLaunchResponse Package Description software.amazon.awssdk.services.evidently You can use Amazon CloudWatch Evidently to safely validate new features by serving them to a specified percentage of your users while you roll out the feature. -
-
Uses of GetLaunchResponse in software.amazon.awssdk.services.evidently
Methods in software.amazon.awssdk.services.evidently that return GetLaunchResponse Modifier and Type Method Description default GetLaunchResponseEvidentlyClient. getLaunch(Consumer<GetLaunchRequest.Builder> getLaunchRequest)Returns the details about one launch.default GetLaunchResponseEvidentlyClient. getLaunch(GetLaunchRequest getLaunchRequest)Returns the details about one launch.Methods in software.amazon.awssdk.services.evidently that return types with arguments of type GetLaunchResponse Modifier and Type Method Description default CompletableFuture<GetLaunchResponse>EvidentlyAsyncClient. getLaunch(Consumer<GetLaunchRequest.Builder> getLaunchRequest)Returns the details about one launch.default CompletableFuture<GetLaunchResponse>EvidentlyAsyncClient. getLaunch(GetLaunchRequest getLaunchRequest)Returns the details about one launch.
-