Uses of Class
software.amazon.awssdk.services.qapps.model.CardType
-
Packages that use CardType Package Description software.amazon.awssdk.services.qapps.model -
-
Uses of CardType in software.amazon.awssdk.services.qapps.model
Methods in software.amazon.awssdk.services.qapps.model that return CardType Modifier and Type Method Description static CardTypeCardType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CardTypeFileUploadCard. type()The type of the card.CardTypeFileUploadCardInput. type()The type of the card.CardTypeQPluginCard. type()The type of the card.CardTypeQPluginCardInput. type()The type of the card.CardTypeQQueryCard. type()The type of the card.CardTypeQQueryCardInput. type()The type of the card.CardTypeTextInputCard. type()The type of the card.CardTypeTextInputCardInput. type()The type of the card.static CardTypeCardType. valueOf(String name)Returns the enum constant of this type with the specified name.static CardType[]CardType. 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 CardType Modifier and Type Method Description static Set<CardType>CardType. knownValues()Methods in software.amazon.awssdk.services.qapps.model with parameters of type CardType Modifier and Type Method Description FileUploadCard.BuilderFileUploadCard.Builder. type(CardType type)The type of the card.FileUploadCardInput.BuilderFileUploadCardInput.Builder. type(CardType type)The type of the card.QPluginCard.BuilderQPluginCard.Builder. type(CardType type)The type of the card.QPluginCardInput.BuilderQPluginCardInput.Builder. type(CardType type)The type of the card.QQueryCard.BuilderQQueryCard.Builder. type(CardType type)The type of the card.QQueryCardInput.BuilderQQueryCardInput.Builder. type(CardType type)The type of the card.TextInputCard.BuilderTextInputCard.Builder. type(CardType type)The type of the card.TextInputCardInput.BuilderTextInputCardInput.Builder. type(CardType type)The type of the card.
-