Uses of Class
software.amazon.awssdk.services.connect.model.VideoCapability
-
Packages that use VideoCapability Package Description software.amazon.awssdk.services.connect.model -
-
Uses of VideoCapability in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return VideoCapability Modifier and Type Method Description static VideoCapabilityVideoCapability. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static VideoCapabilityVideoCapability. valueOf(String name)Returns the enum constant of this type with the specified name.static VideoCapability[]VideoCapability. values()Returns an array containing the constants of this enum type, in the order they are declared.VideoCapabilityParticipantCapabilities. video()The configuration having the video sharing capabilities for participants over the call.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type VideoCapability Modifier and Type Method Description static Set<VideoCapability>VideoCapability. knownValues()Methods in software.amazon.awssdk.services.connect.model with parameters of type VideoCapability Modifier and Type Method Description ParticipantCapabilities.BuilderParticipantCapabilities.Builder. video(VideoCapability video)The configuration having the video sharing capabilities for participants over the call.
-