Uses of Interface
software.amazon.awssdk.services.pinpoint.model.SegmentsResponse.Builder
-
Packages that use SegmentsResponse.Builder Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of SegmentsResponse.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return SegmentsResponse.Builder Modifier and Type Method Description static SegmentsResponse.BuilderSegmentsResponse. builder()SegmentsResponse.BuilderSegmentsResponse.Builder. item(Collection<SegmentResponse> item)An array of responses, one for each segment that's associated with the application (Segments resource) or each version of a segment that's associated with the application (Segment Versions resource).SegmentsResponse.BuilderSegmentsResponse.Builder. item(Consumer<SegmentResponse.Builder>... item)An array of responses, one for each segment that's associated with the application (Segments resource) or each version of a segment that's associated with the application (Segment Versions resource).SegmentsResponse.BuilderSegmentsResponse.Builder. item(SegmentResponse... item)An array of responses, one for each segment that's associated with the application (Segments resource) or each version of a segment that's associated with the application (Segment Versions resource).SegmentsResponse.BuilderSegmentsResponse.Builder. nextToken(String nextToken)The string to use in a subsequent request to get the next page of results in a paginated response.SegmentsResponse.BuilderSegmentsResponse. toBuilder()Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type SegmentsResponse.Builder Modifier and Type Method Description static Class<? extends SegmentsResponse.Builder>SegmentsResponse. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type SegmentsResponse.Builder Modifier and Type Method Description default GetSegmentsResponse.BuilderGetSegmentsResponse.Builder. segmentsResponse(Consumer<SegmentsResponse.Builder> segmentsResponse)Sets the value of the SegmentsResponse property for this object.default GetSegmentVersionsResponse.BuilderGetSegmentVersionsResponse.Builder. segmentsResponse(Consumer<SegmentsResponse.Builder> segmentsResponse)Sets the value of the SegmentsResponse property for this object.
-