Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.ExportResourceSpecification
-
Packages that use ExportResourceSpecification Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of ExportResourceSpecification in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return ExportResourceSpecification Modifier and Type Method Description ExportResourceSpecificationCreateExportRequest. resourceSpecification()Specifies the type of resource to export, either a bot or a bot locale.ExportResourceSpecificationCreateExportResponse. resourceSpecification()A description of the type of resource that was exported, either a bot or a bot locale.ExportResourceSpecificationDescribeExportResponse. resourceSpecification()The bot, bot ID, and optional locale ID of the exported bot or bot locale.ExportResourceSpecificationExportSummary. resourceSpecification()Information about the bot or bot locale that was exported.ExportResourceSpecificationUpdateExportResponse. resourceSpecification()A description of the type of resource that was exported, either a bot or a bot locale.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type ExportResourceSpecification Modifier and Type Method Description CreateExportRequest.BuilderCreateExportRequest.Builder. resourceSpecification(ExportResourceSpecification resourceSpecification)Specifies the type of resource to export, either a bot or a bot locale.CreateExportResponse.BuilderCreateExportResponse.Builder. resourceSpecification(ExportResourceSpecification resourceSpecification)A description of the type of resource that was exported, either a bot or a bot locale.DescribeExportResponse.BuilderDescribeExportResponse.Builder. resourceSpecification(ExportResourceSpecification resourceSpecification)The bot, bot ID, and optional locale ID of the exported bot or bot locale.ExportSummary.BuilderExportSummary.Builder. resourceSpecification(ExportResourceSpecification resourceSpecification)Information about the bot or bot locale that was exported.UpdateExportResponse.BuilderUpdateExportResponse.Builder. resourceSpecification(ExportResourceSpecification resourceSpecification)A description of the type of resource that was exported, either a bot or a bot locale.
-