Uses of Class
software.amazon.awssdk.services.evidently.model.GetLaunchRequest
-
Packages that use GetLaunchRequest 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.software.amazon.awssdk.services.evidently.transform -
-
Uses of GetLaunchRequest in software.amazon.awssdk.services.evidently
Methods in software.amazon.awssdk.services.evidently with parameters of type GetLaunchRequest Modifier and Type Method Description default CompletableFuture<GetLaunchResponse>EvidentlyAsyncClient. getLaunch(GetLaunchRequest getLaunchRequest)Returns the details about one launch.default GetLaunchResponseEvidentlyClient. getLaunch(GetLaunchRequest getLaunchRequest)Returns the details about one launch. -
Uses of GetLaunchRequest in software.amazon.awssdk.services.evidently.transform
Methods in software.amazon.awssdk.services.evidently.transform with parameters of type GetLaunchRequest Modifier and Type Method Description SdkHttpFullRequestGetLaunchRequestMarshaller. marshall(GetLaunchRequest getLaunchRequest)
-