Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.PutSlotTypeResponse
-
Packages that use PutSlotTypeResponse Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions -
-
Uses of PutSlotTypeResponse in software.amazon.awssdk.services.lexmodelbuilding
Methods in software.amazon.awssdk.services.lexmodelbuilding that return PutSlotTypeResponse Modifier and Type Method Description default PutSlotTypeResponseLexModelBuildingClient. putSlotType(Consumer<PutSlotTypeRequest.Builder> putSlotTypeRequest)Creates a custom slot type or replaces an existing custom slot type.default PutSlotTypeResponseLexModelBuildingClient. putSlotType(PutSlotTypeRequest putSlotTypeRequest)Creates a custom slot type or replaces an existing custom slot type.Methods in software.amazon.awssdk.services.lexmodelbuilding that return types with arguments of type PutSlotTypeResponse Modifier and Type Method Description default CompletableFuture<PutSlotTypeResponse>LexModelBuildingAsyncClient. putSlotType(Consumer<PutSlotTypeRequest.Builder> putSlotTypeRequest)Creates a custom slot type or replaces an existing custom slot type.default CompletableFuture<PutSlotTypeResponse>LexModelBuildingAsyncClient. putSlotType(PutSlotTypeRequest putSlotTypeRequest)Creates a custom slot type or replaces an existing custom slot type.
-