Uses of Class
software.amazon.awssdk.services.pinpoint.model.SegmentResponse
-
Packages that use SegmentResponse Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of SegmentResponse in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return SegmentResponse Modifier and Type Method Description SegmentResponseCreateSegmentResponse. segmentResponse()Returns the value of the SegmentResponse property for this object.SegmentResponseDeleteSegmentResponse. segmentResponse()Returns the value of the SegmentResponse property for this object.SegmentResponseGetSegmentResponse. segmentResponse()Returns the value of the SegmentResponse property for this object.SegmentResponseGetSegmentVersionResponse. segmentResponse()Returns the value of the SegmentResponse property for this object.SegmentResponseUpdateSegmentResponse. segmentResponse()Returns the value of the SegmentResponse property for this object.Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type SegmentResponse Modifier and Type Method Description List<SegmentResponse>SegmentsResponse. 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).Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type SegmentResponse Modifier and Type Method Description 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).CreateSegmentResponse.BuilderCreateSegmentResponse.Builder. segmentResponse(SegmentResponse segmentResponse)Sets the value of the SegmentResponse property for this object.DeleteSegmentResponse.BuilderDeleteSegmentResponse.Builder. segmentResponse(SegmentResponse segmentResponse)Sets the value of the SegmentResponse property for this object.GetSegmentResponse.BuilderGetSegmentResponse.Builder. segmentResponse(SegmentResponse segmentResponse)Sets the value of the SegmentResponse property for this object.GetSegmentVersionResponse.BuilderGetSegmentVersionResponse.Builder. segmentResponse(SegmentResponse segmentResponse)Sets the value of the SegmentResponse property for this object.UpdateSegmentResponse.BuilderUpdateSegmentResponse.Builder. segmentResponse(SegmentResponse segmentResponse)Sets the value of the SegmentResponse property for this object.Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type SegmentResponse Modifier and Type Method Description 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).
-