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