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