Uses of Class
software.amazon.awssdk.services.evidently.model.GetProjectResponse
-
Packages that use GetProjectResponse 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 GetProjectResponse in software.amazon.awssdk.services.evidently
Methods in software.amazon.awssdk.services.evidently that return GetProjectResponse Modifier and Type Method Description default GetProjectResponseEvidentlyClient. getProject(Consumer<GetProjectRequest.Builder> getProjectRequest)Returns the details about one launch.default GetProjectResponseEvidentlyClient. getProject(GetProjectRequest getProjectRequest)Returns the details about one launch.Methods in software.amazon.awssdk.services.evidently that return types with arguments of type GetProjectResponse Modifier and Type Method Description default CompletableFuture<GetProjectResponse>EvidentlyAsyncClient. getProject(Consumer<GetProjectRequest.Builder> getProjectRequest)Returns the details about one launch.default CompletableFuture<GetProjectResponse>EvidentlyAsyncClient. getProject(GetProjectRequest getProjectRequest)Returns the details about one launch.
-