Uses of Class
software.amazon.awssdk.services.qapps.model.CardOutputSource
-
Packages that use CardOutputSource Package Description software.amazon.awssdk.services.qapps.model -
-
Uses of CardOutputSource in software.amazon.awssdk.services.qapps.model
Methods in software.amazon.awssdk.services.qapps.model that return CardOutputSource Modifier and Type Method Description static CardOutputSourceCardOutputSource. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CardOutputSourceQQueryCard. outputSource()The source or type of output generated by the query card.CardOutputSourceQQueryCardInput. outputSource()The source or type of output to generate for the query card.static CardOutputSourceCardOutputSource. valueOf(String name)Returns the enum constant of this type with the specified name.static CardOutputSource[]CardOutputSource. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.qapps.model that return types with arguments of type CardOutputSource Modifier and Type Method Description static Set<CardOutputSource>CardOutputSource. knownValues()Methods in software.amazon.awssdk.services.qapps.model with parameters of type CardOutputSource Modifier and Type Method Description QQueryCard.BuilderQQueryCard.Builder. outputSource(CardOutputSource outputSource)The source or type of output generated by the query card.QQueryCardInput.BuilderQQueryCardInput.Builder. outputSource(CardOutputSource outputSource)The source or type of output to generate for the query card.
-