Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.GetSlotTypeRequest
-
Packages that use GetSlotTypeRequest Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions software.amazon.awssdk.services.lexmodelbuilding.transform -
-
Uses of GetSlotTypeRequest in software.amazon.awssdk.services.lexmodelbuilding
Methods in software.amazon.awssdk.services.lexmodelbuilding with parameters of type GetSlotTypeRequest Modifier and Type Method Description default CompletableFuture<GetSlotTypeResponse>LexModelBuildingAsyncClient. getSlotType(GetSlotTypeRequest getSlotTypeRequest)Returns information about a specific version of a slot type.default GetSlotTypeResponseLexModelBuildingClient. getSlotType(GetSlotTypeRequest getSlotTypeRequest)Returns information about a specific version of a slot type. -
Uses of GetSlotTypeRequest in software.amazon.awssdk.services.lexmodelbuilding.transform
Methods in software.amazon.awssdk.services.lexmodelbuilding.transform with parameters of type GetSlotTypeRequest Modifier and Type Method Description SdkHttpFullRequestGetSlotTypeRequestMarshaller. marshall(GetSlotTypeRequest getSlotTypeRequest)
-