Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.GetSlotTypesRequest
-
Packages that use GetSlotTypesRequest Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions software.amazon.awssdk.services.lexmodelbuilding.paginators software.amazon.awssdk.services.lexmodelbuilding.transform -
-
Uses of GetSlotTypesRequest in software.amazon.awssdk.services.lexmodelbuilding
Methods in software.amazon.awssdk.services.lexmodelbuilding with parameters of type GetSlotTypesRequest Modifier and Type Method Description default CompletableFuture<GetSlotTypesResponse>LexModelBuildingAsyncClient. getSlotTypes(GetSlotTypesRequest getSlotTypesRequest)Returns slot type information as follows:default GetSlotTypesResponseLexModelBuildingClient. getSlotTypes(GetSlotTypesRequest getSlotTypesRequest)Returns slot type information as follows:default GetSlotTypesPublisherLexModelBuildingAsyncClient. getSlotTypesPaginator(GetSlotTypesRequest getSlotTypesRequest)Returns slot type information as follows:default GetSlotTypesIterableLexModelBuildingClient. getSlotTypesPaginator(GetSlotTypesRequest getSlotTypesRequest)Returns slot type information as follows: -
Uses of GetSlotTypesRequest in software.amazon.awssdk.services.lexmodelbuilding.paginators
Constructors in software.amazon.awssdk.services.lexmodelbuilding.paginators with parameters of type GetSlotTypesRequest Constructor Description GetSlotTypesIterable(LexModelBuildingClient client, GetSlotTypesRequest firstRequest)GetSlotTypesPublisher(LexModelBuildingAsyncClient client, GetSlotTypesRequest firstRequest) -
Uses of GetSlotTypesRequest in software.amazon.awssdk.services.lexmodelbuilding.transform
Methods in software.amazon.awssdk.services.lexmodelbuilding.transform with parameters of type GetSlotTypesRequest Modifier and Type Method Description SdkHttpFullRequestGetSlotTypesRequestMarshaller. marshall(GetSlotTypesRequest getSlotTypesRequest)
-