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