Uses of Class
software.amazon.awssdk.services.wisdom.model.ExternalSourceConfiguration
-
Packages that use ExternalSourceConfiguration Package Description software.amazon.awssdk.services.wisdom.model -
-
Uses of ExternalSourceConfiguration in software.amazon.awssdk.services.wisdom.model
Methods in software.amazon.awssdk.services.wisdom.model that return ExternalSourceConfiguration Modifier and Type Method Description ExternalSourceConfigurationImportJobData. externalSourceConfiguration()Returns the value of the ExternalSourceConfiguration property for this object.ExternalSourceConfigurationImportJobSummary. externalSourceConfiguration()The configuration information of the external source that the resource data are imported from.ExternalSourceConfigurationStartImportJobRequest. externalSourceConfiguration()The configuration information of the external source that the resource data are imported from.Methods in software.amazon.awssdk.services.wisdom.model with parameters of type ExternalSourceConfiguration Modifier and Type Method Description ImportJobData.BuilderImportJobData.Builder. externalSourceConfiguration(ExternalSourceConfiguration externalSourceConfiguration)Sets the value of the ExternalSourceConfiguration property for this object.ImportJobSummary.BuilderImportJobSummary.Builder. externalSourceConfiguration(ExternalSourceConfiguration externalSourceConfiguration)The configuration information of the external source that the resource data are imported from.StartImportJobRequest.BuilderStartImportJobRequest.Builder. externalSourceConfiguration(ExternalSourceConfiguration externalSourceConfiguration)The configuration information of the external source that the resource data are imported from.
-