| 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<ListSegmentReferencesResponse> |
EvidentlyAsyncClient.listSegmentReferences(Consumer<ListSegmentReferencesRequest.Builder> listSegmentReferencesRequest)
Use this operation to find which experiments or launches are using a specified segment.
|
default ListSegmentReferencesResponse |
EvidentlyClient.listSegmentReferences(Consumer<ListSegmentReferencesRequest.Builder> listSegmentReferencesRequest)
Use this operation to find which experiments or launches are using a specified segment.
|
default ListSegmentReferencesPublisher |
EvidentlyAsyncClient.listSegmentReferencesPaginator(Consumer<ListSegmentReferencesRequest.Builder> listSegmentReferencesRequest)
Use this operation to find which experiments or launches are using a specified segment.
|
default ListSegmentReferencesIterable |
EvidentlyClient.listSegmentReferencesPaginator(Consumer<ListSegmentReferencesRequest.Builder> listSegmentReferencesRequest)
Use this operation to find which experiments or launches are using a specified segment.
|
| Modifier and Type | Method and Description |
|---|---|
static ListSegmentReferencesRequest.Builder |
ListSegmentReferencesRequest.builder() |
ListSegmentReferencesRequest.Builder |
ListSegmentReferencesRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to include in the response.
|
ListSegmentReferencesRequest.Builder |
ListSegmentReferencesRequest.Builder.nextToken(String nextToken)
The token to use when requesting the next set of results.
|
ListSegmentReferencesRequest.Builder |
ListSegmentReferencesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSegmentReferencesRequest.Builder |
ListSegmentReferencesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListSegmentReferencesRequest.Builder |
ListSegmentReferencesRequest.Builder.segment(String segment)
The ARN of the segment that you want to view information for.
|
ListSegmentReferencesRequest.Builder |
ListSegmentReferencesRequest.toBuilder() |
ListSegmentReferencesRequest.Builder |
ListSegmentReferencesRequest.Builder.type(SegmentReferenceResourceType type)
Specifies whether to return information about launches or experiments that use this segment.
|
ListSegmentReferencesRequest.Builder |
ListSegmentReferencesRequest.Builder.type(String type)
Specifies whether to return information about launches or experiments that use this segment.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListSegmentReferencesRequest.Builder> |
ListSegmentReferencesRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.