Uses of Class
software.amazon.awssdk.services.chimesdkmediapipelines.model.MediaPipelineSinkType
-
Packages that use MediaPipelineSinkType Package Description software.amazon.awssdk.services.chimesdkmediapipelines.model -
-
Uses of MediaPipelineSinkType in software.amazon.awssdk.services.chimesdkmediapipelines.model
Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model that return MediaPipelineSinkType Modifier and Type Method Description static MediaPipelineSinkTypeMediaPipelineSinkType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MediaPipelineSinkTypeCreateMediaCapturePipelineRequest. sinkType()Destination type to which the media artifacts are saved.MediaPipelineSinkTypeMediaCapturePipeline. sinkType()Destination type to which the media artifacts are saved.static MediaPipelineSinkTypeMediaPipelineSinkType. valueOf(String name)Returns the enum constant of this type with the specified name.static MediaPipelineSinkType[]MediaPipelineSinkType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model that return types with arguments of type MediaPipelineSinkType Modifier and Type Method Description static Set<MediaPipelineSinkType>MediaPipelineSinkType. knownValues()Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model with parameters of type MediaPipelineSinkType Modifier and Type Method Description CreateMediaCapturePipelineRequest.BuilderCreateMediaCapturePipelineRequest.Builder. sinkType(MediaPipelineSinkType sinkType)Destination type to which the media artifacts are saved.MediaCapturePipeline.BuilderMediaCapturePipeline.Builder. sinkType(MediaPipelineSinkType sinkType)Destination type to which the media artifacts are saved.
-