Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.ImportResourceSpecification
-
Packages that use ImportResourceSpecification Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of ImportResourceSpecification in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return ImportResourceSpecification Modifier and Type Method Description ImportResourceSpecificationDescribeImportResponse. resourceSpecification()The specifications of the imported bot, bot locale, or custom vocabulary.ImportResourceSpecificationStartImportRequest. resourceSpecification()Parameters for creating the bot, bot locale or custom vocabulary.ImportResourceSpecificationStartImportResponse. resourceSpecification()The parameters used when importing the resource.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type ImportResourceSpecification Modifier and Type Method Description DescribeImportResponse.BuilderDescribeImportResponse.Builder. resourceSpecification(ImportResourceSpecification resourceSpecification)The specifications of the imported bot, bot locale, or custom vocabulary.StartImportRequest.BuilderStartImportRequest.Builder. resourceSpecification(ImportResourceSpecification resourceSpecification)Parameters for creating the bot, bot locale or custom vocabulary.StartImportResponse.BuilderStartImportResponse.Builder. resourceSpecification(ImportResourceSpecification resourceSpecification)The parameters used when importing the resource.
-