| Package | Description |
|---|---|
| software.amazon.awssdk.services.evidently.model | |
| software.amazon.awssdk.services.evidently.paginators |
| Modifier and Type | Method and Description |
|---|---|
Segment |
GetSegmentResponse.segment()
A structure that contains the complete information about the segment.
|
Segment |
CreateSegmentResponse.segment()
A structure that contains the complete information about the segment that was just created.
|
| Modifier and Type | Method and Description |
|---|---|
List<Segment> |
ListSegmentsResponse.segments()
An array of structures that contain information about the segments in this Region.
|
| Modifier and Type | Method and Description |
|---|---|
GetSegmentResponse.Builder |
GetSegmentResponse.Builder.segment(Segment segment)
A structure that contains the complete information about the segment.
|
CreateSegmentResponse.Builder |
CreateSegmentResponse.Builder.segment(Segment segment)
A structure that contains the complete information about the segment that was just created.
|
ListSegmentsResponse.Builder |
ListSegmentsResponse.Builder.segments(Segment... segments)
An array of structures that contain information about the segments in this Region.
|
| Modifier and Type | Method and Description |
|---|---|
ListSegmentsResponse.Builder |
ListSegmentsResponse.Builder.segments(Collection<Segment> segments)
An array of structures that contain information about the segments in this Region.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<Segment> |
ListSegmentsIterable.segments()
Returns an iterable to iterate through the paginated
ListSegmentsResponse.segments() member. |
SdkPublisher<Segment> |
ListSegmentsPublisher.segments()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2022. All rights reserved.