| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ImportSummary |
ImportSummary.clone() |
ImportSummary |
ImportSummary.withCreationDateTime(Date creationDateTime)
The date and time that the import was created.
|
ImportSummary |
ImportSummary.withImportedResourceId(String importedResourceId)
The unique identifier that Amazon Lex assigned to the imported resource.
|
ImportSummary |
ImportSummary.withImportedResourceName(String importedResourceName)
The name that you gave the imported resource.
|
ImportSummary |
ImportSummary.withImportedResourceType(ImportResourceType importedResourceType)
The type of resource that was imported.
|
ImportSummary |
ImportSummary.withImportedResourceType(String importedResourceType)
The type of resource that was imported.
|
ImportSummary |
ImportSummary.withImportId(String importId)
The unique identifier that Amazon Lex assigned to the import.
|
ImportSummary |
ImportSummary.withImportStatus(ImportStatus importStatus)
The status of the resource.
|
ImportSummary |
ImportSummary.withImportStatus(String importStatus)
The status of the resource.
|
ImportSummary |
ImportSummary.withLastUpdatedDateTime(Date lastUpdatedDateTime)
The date and time that the import was last updated.
|
ImportSummary |
ImportSummary.withMergeStrategy(MergeStrategy mergeStrategy)
The strategy used to merge existing bot or bot locale definitions with the imported definition.
|
ImportSummary |
ImportSummary.withMergeStrategy(String mergeStrategy)
The strategy used to merge existing bot or bot locale definitions with the imported definition.
|
| Modifier and Type | Method and Description |
|---|---|
List<ImportSummary> |
ListImportsResult.getImportSummaries()
Summary information for the imports that meet the filter criteria specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListImportsResult |
ListImportsResult.withImportSummaries(ImportSummary... importSummaries)
Summary information for the imports that meet the filter criteria specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListImportsResult.setImportSummaries(Collection<ImportSummary> importSummaries)
Summary information for the imports that meet the filter criteria specified in the request.
|
ListImportsResult |
ListImportsResult.withImportSummaries(Collection<ImportSummary> importSummaries)
Summary information for the imports that meet the filter criteria specified in the request.
|
Copyright © 2023. All rights reserved.