| 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.model |
| 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 ListProjectsResponse |
EvidentlyClient.listProjects(Consumer<ListProjectsRequest.Builder> listProjectsRequest)
Returns configuration details about all the projects in the current Region in your account.
|
default ListProjectsPublisher |
EvidentlyAsyncClient.listProjectsPaginator(Consumer<ListProjectsRequest.Builder> listProjectsRequest)
Returns configuration details about all the projects in the current Region in your account.
|
default ListProjectsIterable |
EvidentlyClient.listProjectsPaginator(Consumer<ListProjectsRequest.Builder> listProjectsRequest)
Returns configuration details about all the projects in the current Region in your account.
|
| Modifier and Type | Method and Description |
|---|---|
static ListProjectsRequest.Builder |
ListProjectsRequest.builder() |
ListProjectsRequest.Builder |
ListProjectsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to include in the response.
|
ListProjectsRequest.Builder |
ListProjectsRequest.Builder.nextToken(String nextToken)
The token to use when requesting the next set of results.
|
ListProjectsRequest.Builder |
ListProjectsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListProjectsRequest.Builder |
ListProjectsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListProjectsRequest.Builder |
ListProjectsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListProjectsRequest.Builder> |
ListProjectsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.