Uses of Interface
software.amazon.awssdk.services.ivsrealtime.model.StageEndpoints.Builder
-
Packages that use StageEndpoints.Builder Package Description software.amazon.awssdk.services.ivsrealtime.model -
-
Uses of StageEndpoints.Builder in software.amazon.awssdk.services.ivsrealtime.model
Methods in software.amazon.awssdk.services.ivsrealtime.model that return StageEndpoints.Builder Modifier and Type Method Description static StageEndpoints.BuilderStageEndpoints. builder()StageEndpoints.BuilderStageEndpoints.Builder. events(String events)Events endpoint.StageEndpoints.BuilderStageEndpoints.Builder. rtmp(String rtmp)The endpoint to be used for IVS real-time streaming using the RTMP protocol.StageEndpoints.BuilderStageEndpoints.Builder. rtmps(String rtmps)The endpoint to be used for IVS real-time streaming using the RTMPS protocol.StageEndpoints.BuilderStageEndpoints. toBuilder()StageEndpoints.BuilderStageEndpoints.Builder. whip(String whip)The endpoint to be used for IVS real-time streaming using the WHIP protocol.Methods in software.amazon.awssdk.services.ivsrealtime.model that return types with arguments of type StageEndpoints.Builder Modifier and Type Method Description static Class<? extends StageEndpoints.Builder>StageEndpoints. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ivsrealtime.model with type arguments of type StageEndpoints.Builder Modifier and Type Method Description default Stage.BuilderStage.Builder. endpoints(Consumer<StageEndpoints.Builder> endpoints)Summary information about various endpoints for a stage.
-