| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
static SegmentGroupList.Builder |
SegmentGroupList.builder() |
SegmentGroupList.Builder |
SegmentGroupList.Builder.groups(Collection<SegmentGroup> groups)
A set of segment criteria to evaluate.
|
SegmentGroupList.Builder |
SegmentGroupList.Builder.groups(Consumer<SegmentGroup.Builder>... groups)
A set of segment criteria to evaluate.
|
SegmentGroupList.Builder |
SegmentGroupList.Builder.groups(SegmentGroup... groups)
A set of segment criteria to evaluate.
|
SegmentGroupList.Builder |
SegmentGroupList.Builder.include(Include include)
Specify how to handle multiple segment groups.
|
SegmentGroupList.Builder |
SegmentGroupList.Builder.include(String include)
Specify how to handle multiple segment groups.
|
SegmentGroupList.Builder |
SegmentGroupList.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SegmentGroupList.Builder> |
SegmentGroupList.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default WriteSegmentRequest.Builder |
WriteSegmentRequest.Builder.segmentGroups(Consumer<SegmentGroupList.Builder> segmentGroups)
A segment group, which consists of zero or more source segments, plus dimensions that are applied to those
source segments.
|
default SegmentResponse.Builder |
SegmentResponse.Builder.segmentGroups(Consumer<SegmentGroupList.Builder> segmentGroups)
A segment group, which consists of zero or more source segments, plus dimensions that are applied to those
source segments.
|
Copyright © 2018. All rights reserved.