Uses of Class
software.amazon.awssdk.services.evidently.model.ListProjectsResponse
-
Packages that use ListProjectsResponse 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.paginators -
-
Uses of ListProjectsResponse in software.amazon.awssdk.services.evidently
Methods in software.amazon.awssdk.services.evidently that return ListProjectsResponse Modifier and Type Method Description default ListProjectsResponseEvidentlyClient. listProjects(Consumer<ListProjectsRequest.Builder> listProjectsRequest)Returns configuration details about all the projects in the current Region in your account.default ListProjectsResponseEvidentlyClient. listProjects(ListProjectsRequest listProjectsRequest)Returns configuration details about all the projects in the current Region in your account.Methods in software.amazon.awssdk.services.evidently that return types with arguments of type ListProjectsResponse Modifier and Type Method Description default CompletableFuture<ListProjectsResponse>EvidentlyAsyncClient. listProjects(Consumer<ListProjectsRequest.Builder> listProjectsRequest)Returns configuration details about all the projects in the current Region in your account.default CompletableFuture<ListProjectsResponse>EvidentlyAsyncClient. listProjects(ListProjectsRequest listProjectsRequest)Returns configuration details about all the projects in the current Region in your account. -
Uses of ListProjectsResponse in software.amazon.awssdk.services.evidently.paginators
Methods in software.amazon.awssdk.services.evidently.paginators that return types with arguments of type ListProjectsResponse Modifier and Type Method Description Iterator<ListProjectsResponse>ListProjectsIterable. iterator()Method parameters in software.amazon.awssdk.services.evidently.paginators with type arguments of type ListProjectsResponse Modifier and Type Method Description voidListProjectsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListProjectsResponse> subscriber)
-