Uses of Class
software.amazon.awssdk.services.evidently.model.GetSegmentResponse
-
Packages that use GetSegmentResponse 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. -
-
Uses of GetSegmentResponse in software.amazon.awssdk.services.evidently
Methods in software.amazon.awssdk.services.evidently that return GetSegmentResponse Modifier and Type Method Description default GetSegmentResponseEvidentlyClient. getSegment(Consumer<GetSegmentRequest.Builder> getSegmentRequest)Returns information about the specified segment.default GetSegmentResponseEvidentlyClient. getSegment(GetSegmentRequest getSegmentRequest)Returns information about the specified segment.Methods in software.amazon.awssdk.services.evidently that return types with arguments of type GetSegmentResponse Modifier and Type Method 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.
-