Uses of Class
software.amazon.awssdk.services.evidently.model.CreateFeatureResponse
-
Packages that use CreateFeatureResponse 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 CreateFeatureResponse in software.amazon.awssdk.services.evidently
Methods in software.amazon.awssdk.services.evidently that return CreateFeatureResponse Modifier and Type Method Description default CreateFeatureResponseEvidentlyClient. createFeature(Consumer<CreateFeatureRequest.Builder> createFeatureRequest)Creates an Evidently feature that you want to launch or test.default CreateFeatureResponseEvidentlyClient. createFeature(CreateFeatureRequest createFeatureRequest)Creates an Evidently feature that you want to launch or test.Methods in software.amazon.awssdk.services.evidently that return types with arguments of type CreateFeatureResponse Modifier and Type Method Description default CompletableFuture<CreateFeatureResponse>EvidentlyAsyncClient. createFeature(Consumer<CreateFeatureRequest.Builder> createFeatureRequest)Creates an Evidently feature that you want to launch or test.default CompletableFuture<CreateFeatureResponse>EvidentlyAsyncClient. createFeature(CreateFeatureRequest createFeatureRequest)Creates an Evidently feature that you want to launch or test.
-