Uses of Class
software.amazon.awssdk.services.evidently.model.Segment
-
Packages that use Segment Package Description software.amazon.awssdk.services.evidently.model software.amazon.awssdk.services.evidently.paginators -
-
Uses of Segment in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return Segment Modifier and Type Method Description SegmentCreateSegmentResponse. segment()A structure that contains the complete information about the segment that was just created.SegmentGetSegmentResponse. segment()A structure that contains the complete information about the segment.Methods in software.amazon.awssdk.services.evidently.model that return types with arguments of type Segment Modifier and Type Method Description List<Segment>ListSegmentsResponse. segments()An array of structures that contain information about the segments in this Region.Methods in software.amazon.awssdk.services.evidently.model with parameters of type Segment Modifier and Type Method Description CreateSegmentResponse.BuilderCreateSegmentResponse.Builder. segment(Segment segment)A structure that contains the complete information about the segment that was just created.GetSegmentResponse.BuilderGetSegmentResponse.Builder. segment(Segment segment)A structure that contains the complete information about the segment.ListSegmentsResponse.BuilderListSegmentsResponse.Builder. segments(Segment... segments)An array of structures that contain information about the segments in this Region.Method parameters in software.amazon.awssdk.services.evidently.model with type arguments of type Segment Modifier and Type Method Description ListSegmentsResponse.BuilderListSegmentsResponse.Builder. segments(Collection<Segment> segments)An array of structures that contain information about the segments in this Region. -
Uses of Segment in software.amazon.awssdk.services.evidently.paginators
Methods in software.amazon.awssdk.services.evidently.paginators that return types with arguments of type Segment Modifier and Type Method Description SdkIterable<Segment>ListSegmentsIterable. segments()Returns an iterable to iterate through the paginatedListSegmentsResponse.segments()member.SdkPublisher<Segment>ListSegmentsPublisher. segments()Returns a publisher that can be used to get a stream of data.
-