Uses of Class
software.amazon.awssdk.services.chimesdkmeetings.model.ContentResolution
-
Packages that use ContentResolution Package Description software.amazon.awssdk.services.chimesdkmeetings.model -
-
Uses of ContentResolution in software.amazon.awssdk.services.chimesdkmeetings.model
Methods in software.amazon.awssdk.services.chimesdkmeetings.model that return ContentResolution Modifier and Type Method Description static ContentResolutionContentResolution. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ContentResolutionContentFeatures. maxResolution()The maximum resolution for the meeting content.static ContentResolutionContentResolution. valueOf(String name)Returns the enum constant of this type with the specified name.static ContentResolution[]ContentResolution. 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 ContentResolution Modifier and Type Method Description static Set<ContentResolution>ContentResolution. knownValues()Methods in software.amazon.awssdk.services.chimesdkmeetings.model with parameters of type ContentResolution Modifier and Type Method Description ContentFeatures.BuilderContentFeatures.Builder. maxResolution(ContentResolution maxResolution)The maximum resolution for the meeting content.
-