| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default GetSegmentResponse |
EvidentlyClient.getSegment(Consumer<GetSegmentRequest.Builder> getSegmentRequest)
Returns information about the specified segment.
|
default GetSegmentResponse |
EvidentlyClient.getSegment(GetSegmentRequest getSegmentRequest)
Returns information about the specified segment.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetSegmentResponse> |
EvidentlyAsyncClient.getSegment(Consumer<GetSegmentRequest.Builder> getSegmentRequest)
Returns information about the specified segment.
|
default CompletableFuture<GetSegmentResponse> |
EvidentlyAsyncClient.getSegment(GetSegmentRequest getSegmentRequest)
Returns information about the specified segment.
|
Copyright © 2023. All rights reserved.