Uses of Class
software.amazon.awssdk.services.ivsrealtime.model.PipBehavior
-
Packages that use PipBehavior Package Description software.amazon.awssdk.services.ivsrealtime.model -
-
Uses of PipBehavior in software.amazon.awssdk.services.ivsrealtime.model
Methods in software.amazon.awssdk.services.ivsrealtime.model that return PipBehavior Modifier and Type Method Description static PipBehaviorPipBehavior. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PipBehaviorPipConfiguration. pipBehavior()Defines PiP behavior when all participants have left.static PipBehaviorPipBehavior. valueOf(String name)Returns the enum constant of this type with the specified name.static PipBehavior[]PipBehavior. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ivsrealtime.model that return types with arguments of type PipBehavior Modifier and Type Method Description static Set<PipBehavior>PipBehavior. knownValues()Methods in software.amazon.awssdk.services.ivsrealtime.model with parameters of type PipBehavior Modifier and Type Method Description PipConfiguration.BuilderPipConfiguration.Builder. pipBehavior(PipBehavior pipBehavior)Defines PiP behavior when all participants have left.
-