| 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<ListLaunchesResponse> |
EvidentlyAsyncClient.listLaunches(ListLaunchesRequest 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.
|
default ListLaunchesPublisher |
EvidentlyAsyncClient.listLaunchesPaginator(ListLaunchesRequest listLaunchesRequest)
Returns configuration details about all the launches in the specified project.
|
default ListLaunchesIterable |
EvidentlyClient.listLaunchesPaginator(ListLaunchesRequest listLaunchesRequest)
Returns configuration details about all the launches in the specified project.
|
| Constructor and Description |
|---|
ListLaunchesIterable(EvidentlyClient client,
ListLaunchesRequest firstRequest) |
ListLaunchesPublisher(EvidentlyAsyncClient client,
ListLaunchesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListLaunchesRequestMarshaller.marshall(ListLaunchesRequest listLaunchesRequest) |
Copyright © 2023. All rights reserved.