Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.CreateSlotTypeVersionRequest
-
Packages that use CreateSlotTypeVersionRequest Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions software.amazon.awssdk.services.lexmodelbuilding.transform -
-
Uses of CreateSlotTypeVersionRequest in software.amazon.awssdk.services.lexmodelbuilding
Methods in software.amazon.awssdk.services.lexmodelbuilding with parameters of type CreateSlotTypeVersionRequest Modifier and Type Method Description default CompletableFuture<CreateSlotTypeVersionResponse>LexModelBuildingAsyncClient. createSlotTypeVersion(CreateSlotTypeVersionRequest 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. -
Uses of CreateSlotTypeVersionRequest in software.amazon.awssdk.services.lexmodelbuilding.transform
Methods in software.amazon.awssdk.services.lexmodelbuilding.transform with parameters of type CreateSlotTypeVersionRequest Modifier and Type Method Description SdkHttpFullRequestCreateSlotTypeVersionRequestMarshaller. marshall(CreateSlotTypeVersionRequest createSlotTypeVersionRequest)
-