| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListProjectsResponse |
EvidentlyClient.listProjects(Consumer<ListProjectsRequest.Builder> listProjectsRequest)
Returns configuration details about all the projects in the current Region in your account.
|
default ListProjectsResponse |
EvidentlyClient.listProjects(ListProjectsRequest listProjectsRequest)
Returns configuration details about all the projects in the current Region in your account.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListProjectsResponse> |
ListProjectsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListProjectsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListProjectsResponse> subscriber) |
Copyright © 2022. All rights reserved.