Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.CreateSlotTypeRequest
-
Packages that use CreateSlotTypeRequest Package Description software.amazon.awssdk.services.lexmodelsv2 software.amazon.awssdk.services.lexmodelsv2.transform -
-
Uses of CreateSlotTypeRequest in software.amazon.awssdk.services.lexmodelsv2
Methods in software.amazon.awssdk.services.lexmodelsv2 with parameters of type CreateSlotTypeRequest Modifier and Type Method Description default CompletableFuture<CreateSlotTypeResponse>LexModelsV2AsyncClient. createSlotType(CreateSlotTypeRequest createSlotTypeRequest)Creates a custom slot typedefault CreateSlotTypeResponseLexModelsV2Client. createSlotType(CreateSlotTypeRequest createSlotTypeRequest)Creates a custom slot type -
Uses of CreateSlotTypeRequest in software.amazon.awssdk.services.lexmodelsv2.transform
Methods in software.amazon.awssdk.services.lexmodelsv2.transform with parameters of type CreateSlotTypeRequest Modifier and Type Method Description SdkHttpFullRequestCreateSlotTypeRequestMarshaller. marshall(CreateSlotTypeRequest createSlotTypeRequest)
-