| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2 |
|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateExportResponse> |
LexModelsV2AsyncClient.updateExport(Consumer<UpdateExportRequest.Builder> updateExportRequest)
Updates the password used to protect an export zip archive.
|
default UpdateExportResponse |
LexModelsV2Client.updateExport(Consumer<UpdateExportRequest.Builder> updateExportRequest)
Updates the password used to protect an export zip archive.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateExportRequest.Builder |
UpdateExportRequest.builder() |
UpdateExportRequest.Builder |
UpdateExportRequest.Builder.exportId(String exportId)
The unique identifier Amazon Lex assigned to the export.
|
UpdateExportRequest.Builder |
UpdateExportRequest.Builder.filePassword(String filePassword)
The new password to use to encrypt the export zip archive.
|
UpdateExportRequest.Builder |
UpdateExportRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateExportRequest.Builder |
UpdateExportRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateExportRequest.Builder |
UpdateExportRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateExportRequest.Builder> |
UpdateExportRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.