Uses of Class
software.amazon.awssdk.services.evidently.model.ListProjectsRequest
-
Packages that use ListProjectsRequest 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 software.amazon.awssdk.services.evidently.transform -
-
Uses of ListProjectsRequest in software.amazon.awssdk.services.evidently
Methods in software.amazon.awssdk.services.evidently with parameters of type ListProjectsRequest Modifier and Type Method Description default CompletableFuture<ListProjectsResponse>EvidentlyAsyncClient. listProjects(ListProjectsRequest 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.default ListProjectsPublisherEvidentlyAsyncClient. listProjectsPaginator(ListProjectsRequest listProjectsRequest)Returns configuration details about all the projects in the current Region in your account.default ListProjectsIterableEvidentlyClient. listProjectsPaginator(ListProjectsRequest listProjectsRequest)Returns configuration details about all the projects in the current Region in your account. -
Uses of ListProjectsRequest in software.amazon.awssdk.services.evidently.paginators
Constructors in software.amazon.awssdk.services.evidently.paginators with parameters of type ListProjectsRequest Constructor Description ListProjectsIterable(EvidentlyClient client, ListProjectsRequest firstRequest)ListProjectsPublisher(EvidentlyAsyncClient client, ListProjectsRequest firstRequest) -
Uses of ListProjectsRequest in software.amazon.awssdk.services.evidently.transform
Methods in software.amazon.awssdk.services.evidently.transform with parameters of type ListProjectsRequest Modifier and Type Method Description SdkHttpFullRequestListProjectsRequestMarshaller. marshall(ListProjectsRequest listProjectsRequest)
-