| 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 |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListProjectsResponse> |
EvidentlyAsyncClient.listProjects(ListProjectsRequest 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.
|
default ListProjectsPublisher |
EvidentlyAsyncClient.listProjectsPaginator(ListProjectsRequest listProjectsRequest)
Returns configuration details about all the projects in the current Region in your account.
|
default ListProjectsIterable |
EvidentlyClient.listProjectsPaginator(ListProjectsRequest listProjectsRequest)
Returns configuration details about all the projects in the current Region in your account.
|
| Constructor and Description |
|---|
ListProjectsIterable(EvidentlyClient client,
ListProjectsRequest firstRequest) |
ListProjectsPublisher(EvidentlyAsyncClient client,
ListProjectsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListProjectsRequestMarshaller.marshall(ListProjectsRequest listProjectsRequest) |
Copyright © 2022. All rights reserved.