Uses of Class
software.amazon.awssdk.services.chimesdkmeetings.model.VideoResolution
-
Packages that use VideoResolution Package Description software.amazon.awssdk.services.chimesdkmeetings.model -
-
Uses of VideoResolution in software.amazon.awssdk.services.chimesdkmeetings.model
Methods in software.amazon.awssdk.services.chimesdkmeetings.model that return VideoResolution Modifier and Type Method Description static VideoResolutionVideoResolution. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.VideoResolutionVideoFeatures. maxResolution()The maximum video resolution for the meeting.static VideoResolutionVideoResolution. valueOf(String name)Returns the enum constant of this type with the specified name.static VideoResolution[]VideoResolution. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.chimesdkmeetings.model that return types with arguments of type VideoResolution Modifier and Type Method Description static Set<VideoResolution>VideoResolution. knownValues()Methods in software.amazon.awssdk.services.chimesdkmeetings.model with parameters of type VideoResolution Modifier and Type Method Description VideoFeatures.BuilderVideoFeatures.Builder. maxResolution(VideoResolution maxResolution)The maximum video resolution for the meeting.
-