Uses of Class
software.amazon.awssdk.services.evidently.model.CreateProjectResponse
-
Packages that use CreateProjectResponse 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 CreateProjectResponse in software.amazon.awssdk.services.evidently
Methods in software.amazon.awssdk.services.evidently that return CreateProjectResponse Modifier and Type Method Description default CreateProjectResponseEvidentlyClient. createProject(Consumer<CreateProjectRequest.Builder> createProjectRequest)Creates a project, which is the logical object in Evidently that can contain features, launches, and experiments.default CreateProjectResponseEvidentlyClient. createProject(CreateProjectRequest createProjectRequest)Creates a project, which is the logical object in Evidently that can contain features, launches, and experiments.Methods in software.amazon.awssdk.services.evidently that return types with arguments of type CreateProjectResponse Modifier and Type Method Description default CompletableFuture<CreateProjectResponse>EvidentlyAsyncClient. createProject(Consumer<CreateProjectRequest.Builder> createProjectRequest)Creates a project, which is the logical object in Evidently that can contain features, launches, and experiments.default CompletableFuture<CreateProjectResponse>EvidentlyAsyncClient. createProject(CreateProjectRequest createProjectRequest)Creates a project, which is the logical object in Evidently that can contain features, launches, and experiments.
-