Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.GetSlotTypeVersionsResponse
-
Packages that use GetSlotTypeVersionsResponse Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions software.amazon.awssdk.services.lexmodelbuilding.paginators -
-
Uses of GetSlotTypeVersionsResponse in software.amazon.awssdk.services.lexmodelbuilding
Methods in software.amazon.awssdk.services.lexmodelbuilding that return GetSlotTypeVersionsResponse Modifier and Type Method Description default GetSlotTypeVersionsResponseLexModelBuildingClient. getSlotTypeVersions(Consumer<GetSlotTypeVersionsRequest.Builder> getSlotTypeVersionsRequest)Gets information about all versions of a slot type.default GetSlotTypeVersionsResponseLexModelBuildingClient. getSlotTypeVersions(GetSlotTypeVersionsRequest getSlotTypeVersionsRequest)Gets information about all versions of a slot type.Methods in software.amazon.awssdk.services.lexmodelbuilding that return types with arguments of type GetSlotTypeVersionsResponse Modifier and Type Method Description default CompletableFuture<GetSlotTypeVersionsResponse>LexModelBuildingAsyncClient. getSlotTypeVersions(Consumer<GetSlotTypeVersionsRequest.Builder> getSlotTypeVersionsRequest)Gets information about all versions of a slot type.default CompletableFuture<GetSlotTypeVersionsResponse>LexModelBuildingAsyncClient. getSlotTypeVersions(GetSlotTypeVersionsRequest getSlotTypeVersionsRequest)Gets information about all versions of a slot type. -
Uses of GetSlotTypeVersionsResponse in software.amazon.awssdk.services.lexmodelbuilding.paginators
Methods in software.amazon.awssdk.services.lexmodelbuilding.paginators that return types with arguments of type GetSlotTypeVersionsResponse Modifier and Type Method Description Iterator<GetSlotTypeVersionsResponse>GetSlotTypeVersionsIterable. iterator()Method parameters in software.amazon.awssdk.services.lexmodelbuilding.paginators with type arguments of type GetSlotTypeVersionsResponse Modifier and Type Method Description voidGetSlotTypeVersionsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetSlotTypeVersionsResponse> subscriber)
-