| 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 ListLaunchesResponse |
EvidentlyClient.listLaunches(Consumer<ListLaunchesRequest.Builder> listLaunchesRequest)
Returns configuration details about all the launches in the specified project.
|
default ListLaunchesResponse |
EvidentlyClient.listLaunches(ListLaunchesRequest listLaunchesRequest)
Returns configuration details about all the launches in the specified project.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListLaunchesResponse> |
EvidentlyAsyncClient.listLaunches(Consumer<ListLaunchesRequest.Builder> listLaunchesRequest)
Returns configuration details about all the launches in the specified project.
|
default CompletableFuture<ListLaunchesResponse> |
EvidentlyAsyncClient.listLaunches(ListLaunchesRequest listLaunchesRequest)
Returns configuration details about all the launches in the specified project.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListLaunchesResponse> |
ListLaunchesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListLaunchesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListLaunchesResponse> subscriber) |
Copyright © 2023. All rights reserved.