Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.CreateSlotTypeVersionResponse
-
Packages that use CreateSlotTypeVersionResponse Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions -
-
Uses of CreateSlotTypeVersionResponse in software.amazon.awssdk.services.lexmodelbuilding
Methods in software.amazon.awssdk.services.lexmodelbuilding that return CreateSlotTypeVersionResponse Modifier and Type Method Description default CreateSlotTypeVersionResponseLexModelBuildingClient. createSlotTypeVersion(Consumer<CreateSlotTypeVersionRequest.Builder> createSlotTypeVersionRequest)Creates a new version of a slot type based on the$LATESTversion of the specified slot type.default CreateSlotTypeVersionResponseLexModelBuildingClient. createSlotTypeVersion(CreateSlotTypeVersionRequest createSlotTypeVersionRequest)Creates a new version of a slot type based on the$LATESTversion of the specified slot type.Methods in software.amazon.awssdk.services.lexmodelbuilding that return types with arguments of type CreateSlotTypeVersionResponse Modifier and Type Method Description default CompletableFuture<CreateSlotTypeVersionResponse>LexModelBuildingAsyncClient. createSlotTypeVersion(Consumer<CreateSlotTypeVersionRequest.Builder> createSlotTypeVersionRequest)Creates a new version of a slot type based on the$LATESTversion of the specified slot type.default CompletableFuture<CreateSlotTypeVersionResponse>LexModelBuildingAsyncClient. createSlotTypeVersion(CreateSlotTypeVersionRequest createSlotTypeVersionRequest)Creates a new version of a slot type based on the$LATESTversion of the specified slot type.
-