Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.GetSlotTypeVersionsRequest
-
Packages that use GetSlotTypeVersionsRequest 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 GetSlotTypeVersionsRequest in software.amazon.awssdk.services.lexmodelbuilding
Methods in software.amazon.awssdk.services.lexmodelbuilding with parameters of type GetSlotTypeVersionsRequest Modifier and Type Method Description default CompletableFuture<GetSlotTypeVersionsResponse>LexModelBuildingAsyncClient. getSlotTypeVersions(GetSlotTypeVersionsRequest getSlotTypeVersionsRequest)Gets information about all versions of a slot type.default GetSlotTypeVersionsResponseLexModelBuildingClient. getSlotTypeVersions(GetSlotTypeVersionsRequest getSlotTypeVersionsRequest)Gets information about all versions of a slot type.default GetSlotTypeVersionsPublisherLexModelBuildingAsyncClient. getSlotTypeVersionsPaginator(GetSlotTypeVersionsRequest getSlotTypeVersionsRequest)Gets information about all versions of a slot type.default GetSlotTypeVersionsIterableLexModelBuildingClient. getSlotTypeVersionsPaginator(GetSlotTypeVersionsRequest getSlotTypeVersionsRequest)Gets information about all versions of a slot type. -
Uses of GetSlotTypeVersionsRequest in software.amazon.awssdk.services.lexmodelbuilding.paginators
Constructors in software.amazon.awssdk.services.lexmodelbuilding.paginators with parameters of type GetSlotTypeVersionsRequest Constructor Description GetSlotTypeVersionsIterable(LexModelBuildingClient client, GetSlotTypeVersionsRequest firstRequest)GetSlotTypeVersionsPublisher(LexModelBuildingAsyncClient client, GetSlotTypeVersionsRequest firstRequest) -
Uses of GetSlotTypeVersionsRequest in software.amazon.awssdk.services.lexmodelbuilding.transform
Methods in software.amazon.awssdk.services.lexmodelbuilding.transform with parameters of type GetSlotTypeVersionsRequest Modifier and Type Method Description SdkHttpFullRequestGetSlotTypeVersionsRequestMarshaller. marshall(GetSlotTypeVersionsRequest getSlotTypeVersionsRequest)
-