Uses of Class
software.amazon.awssdk.services.mediatailor.model.SegmentDeliveryConfiguration
-
Packages that use SegmentDeliveryConfiguration Package Description software.amazon.awssdk.services.mediatailor.model -
-
Uses of SegmentDeliveryConfiguration in software.amazon.awssdk.services.mediatailor.model
Methods in software.amazon.awssdk.services.mediatailor.model that return types with arguments of type SegmentDeliveryConfiguration Modifier and Type Method Description List<SegmentDeliveryConfiguration>CreateSourceLocationRequest. segmentDeliveryConfigurations()A list of the segment delivery configurations associated with this resource.List<SegmentDeliveryConfiguration>CreateSourceLocationResponse. segmentDeliveryConfigurations()The segment delivery configurations for the source location.List<SegmentDeliveryConfiguration>DescribeSourceLocationResponse. segmentDeliveryConfigurations()A list of the segment delivery configurations associated with this resource.List<SegmentDeliveryConfiguration>SourceLocation. segmentDeliveryConfigurations()The segment delivery configurations for the source location.List<SegmentDeliveryConfiguration>UpdateSourceLocationRequest. segmentDeliveryConfigurations()A list of the segment delivery configurations associated with this resource.List<SegmentDeliveryConfiguration>UpdateSourceLocationResponse. segmentDeliveryConfigurations()The segment delivery configurations for the source location.Methods in software.amazon.awssdk.services.mediatailor.model with parameters of type SegmentDeliveryConfiguration Modifier and Type Method Description CreateSourceLocationRequest.BuilderCreateSourceLocationRequest.Builder. segmentDeliveryConfigurations(SegmentDeliveryConfiguration... segmentDeliveryConfigurations)A list of the segment delivery configurations associated with this resource.CreateSourceLocationResponse.BuilderCreateSourceLocationResponse.Builder. segmentDeliveryConfigurations(SegmentDeliveryConfiguration... segmentDeliveryConfigurations)The segment delivery configurations for the source location.DescribeSourceLocationResponse.BuilderDescribeSourceLocationResponse.Builder. segmentDeliveryConfigurations(SegmentDeliveryConfiguration... segmentDeliveryConfigurations)A list of the segment delivery configurations associated with this resource.SourceLocation.BuilderSourceLocation.Builder. segmentDeliveryConfigurations(SegmentDeliveryConfiguration... segmentDeliveryConfigurations)The segment delivery configurations for the source location.UpdateSourceLocationRequest.BuilderUpdateSourceLocationRequest.Builder. segmentDeliveryConfigurations(SegmentDeliveryConfiguration... segmentDeliveryConfigurations)A list of the segment delivery configurations associated with this resource.UpdateSourceLocationResponse.BuilderUpdateSourceLocationResponse.Builder. segmentDeliveryConfigurations(SegmentDeliveryConfiguration... segmentDeliveryConfigurations)The segment delivery configurations for the source location.Method parameters in software.amazon.awssdk.services.mediatailor.model with type arguments of type SegmentDeliveryConfiguration Modifier and Type Method Description CreateSourceLocationRequest.BuilderCreateSourceLocationRequest.Builder. segmentDeliveryConfigurations(Collection<SegmentDeliveryConfiguration> segmentDeliveryConfigurations)A list of the segment delivery configurations associated with this resource.CreateSourceLocationResponse.BuilderCreateSourceLocationResponse.Builder. segmentDeliveryConfigurations(Collection<SegmentDeliveryConfiguration> segmentDeliveryConfigurations)The segment delivery configurations for the source location.DescribeSourceLocationResponse.BuilderDescribeSourceLocationResponse.Builder. segmentDeliveryConfigurations(Collection<SegmentDeliveryConfiguration> segmentDeliveryConfigurations)A list of the segment delivery configurations associated with this resource.SourceLocation.BuilderSourceLocation.Builder. segmentDeliveryConfigurations(Collection<SegmentDeliveryConfiguration> segmentDeliveryConfigurations)The segment delivery configurations for the source location.UpdateSourceLocationRequest.BuilderUpdateSourceLocationRequest.Builder. segmentDeliveryConfigurations(Collection<SegmentDeliveryConfiguration> segmentDeliveryConfigurations)A list of the segment delivery configurations associated with this resource.UpdateSourceLocationResponse.BuilderUpdateSourceLocationResponse.Builder. segmentDeliveryConfigurations(Collection<SegmentDeliveryConfiguration> segmentDeliveryConfigurations)The segment delivery configurations for the source location.
-