Uses of Class
software.amazon.awssdk.services.mediapackagev2.model.Segment
-
Packages that use Segment Package Description software.amazon.awssdk.services.mediapackagev2.model -
-
Uses of Segment in software.amazon.awssdk.services.mediapackagev2.model
Methods in software.amazon.awssdk.services.mediapackagev2.model that return Segment Modifier and Type Method Description SegmentCreateOriginEndpointRequest. segment()The segment configuration, including the segment name, duration, and other configuration values.SegmentCreateOriginEndpointResponse. segment()The segment configuration, including the segment name, duration, and other configuration values.SegmentGetOriginEndpointResponse. segment()Returns the value of the Segment property for this object.SegmentUpdateOriginEndpointRequest. segment()The segment configuration, including the segment name, duration, and other configuration values.SegmentUpdateOriginEndpointResponse. segment()The segment configuration, including the segment name, duration, and other configuration values.Methods in software.amazon.awssdk.services.mediapackagev2.model with parameters of type Segment Modifier and Type Method Description CreateOriginEndpointRequest.BuilderCreateOriginEndpointRequest.Builder. segment(Segment segment)The segment configuration, including the segment name, duration, and other configuration values.CreateOriginEndpointResponse.BuilderCreateOriginEndpointResponse.Builder. segment(Segment segment)The segment configuration, including the segment name, duration, and other configuration values.GetOriginEndpointResponse.BuilderGetOriginEndpointResponse.Builder. segment(Segment segment)Sets the value of the Segment property for this object.UpdateOriginEndpointRequest.BuilderUpdateOriginEndpointRequest.Builder. segment(Segment segment)The segment configuration, including the segment name, duration, and other configuration values.UpdateOriginEndpointResponse.BuilderUpdateOriginEndpointResponse.Builder. segment(Segment segment)The segment configuration, including the segment name, duration, and other configuration values.
-