Uses of Interface
software.amazon.awssdk.services.evidently.model.ListSegmentReferencesRequest.Builder
-
Packages that use ListSegmentReferencesRequest.Builder 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 -
-
Uses of ListSegmentReferencesRequest.Builder in software.amazon.awssdk.services.evidently
Method parameters in software.amazon.awssdk.services.evidently with type arguments of type ListSegmentReferencesRequest.Builder Modifier and Type Method 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 ListSegmentReferencesResponseEvidentlyClient. listSegmentReferences(Consumer<ListSegmentReferencesRequest.Builder> listSegmentReferencesRequest)Use this operation to find which experiments or launches are using a specified segment.default ListSegmentReferencesPublisherEvidentlyAsyncClient. listSegmentReferencesPaginator(Consumer<ListSegmentReferencesRequest.Builder> listSegmentReferencesRequest)Use this operation to find which experiments or launches are using a specified segment.default ListSegmentReferencesIterableEvidentlyClient. listSegmentReferencesPaginator(Consumer<ListSegmentReferencesRequest.Builder> listSegmentReferencesRequest)Use this operation to find which experiments or launches are using a specified segment. -
Uses of ListSegmentReferencesRequest.Builder in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return ListSegmentReferencesRequest.Builder Modifier and Type Method Description static ListSegmentReferencesRequest.BuilderListSegmentReferencesRequest. builder()ListSegmentReferencesRequest.BuilderListSegmentReferencesRequest.Builder. maxResults(Integer maxResults)The maximum number of results to include in the response.ListSegmentReferencesRequest.BuilderListSegmentReferencesRequest.Builder. nextToken(String nextToken)The token to use when requesting the next set of results.ListSegmentReferencesRequest.BuilderListSegmentReferencesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSegmentReferencesRequest.BuilderListSegmentReferencesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListSegmentReferencesRequest.BuilderListSegmentReferencesRequest.Builder. segment(String segment)The ARN of the segment that you want to view information for.ListSegmentReferencesRequest.BuilderListSegmentReferencesRequest. toBuilder()ListSegmentReferencesRequest.BuilderListSegmentReferencesRequest.Builder. type(String type)Specifies whether to return information about launches or experiments that use this segment.ListSegmentReferencesRequest.BuilderListSegmentReferencesRequest.Builder. type(SegmentReferenceResourceType type)Specifies whether to return information about launches or experiments that use this segment.Methods in software.amazon.awssdk.services.evidently.model that return types with arguments of type ListSegmentReferencesRequest.Builder Modifier and Type Method Description static Class<? extends ListSegmentReferencesRequest.Builder>ListSegmentReferencesRequest. serializableBuilderClass()
-