Uses of Class
software.amazon.awssdk.services.qconnect.model.SourceContentType
-
Packages that use SourceContentType Package Description software.amazon.awssdk.services.qconnect.model -
-
Uses of SourceContentType in software.amazon.awssdk.services.qconnect.model
Methods in software.amazon.awssdk.services.qconnect.model that return SourceContentType Modifier and Type Method Description static SourceContentTypeSourceContentType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SourceContentTypeSourceContentDataDetails. type()The type of the source content.static SourceContentTypeSourceContentType. valueOf(String name)Returns the enum constant of this type with the specified name.static SourceContentType[]SourceContentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.qconnect.model that return types with arguments of type SourceContentType Modifier and Type Method Description static Set<SourceContentType>SourceContentType. knownValues()Methods in software.amazon.awssdk.services.qconnect.model with parameters of type SourceContentType Modifier and Type Method Description SourceContentDataDetails.BuilderSourceContentDataDetails.Builder. type(SourceContentType type)The type of the source content.
-