Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.GetSlotTypesResponse
-
Packages that use GetSlotTypesResponse Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions software.amazon.awssdk.services.lexmodelbuilding.paginators -
-
Uses of GetSlotTypesResponse in software.amazon.awssdk.services.lexmodelbuilding
Methods in software.amazon.awssdk.services.lexmodelbuilding that return GetSlotTypesResponse Modifier and Type Method Description default GetSlotTypesResponseLexModelBuildingClient. getSlotTypes()Returns slot type information as follows:default GetSlotTypesResponseLexModelBuildingClient. getSlotTypes(Consumer<GetSlotTypesRequest.Builder> getSlotTypesRequest)Returns slot type information as follows:default GetSlotTypesResponseLexModelBuildingClient. getSlotTypes(GetSlotTypesRequest getSlotTypesRequest)Returns slot type information as follows:Methods in software.amazon.awssdk.services.lexmodelbuilding that return types with arguments of type GetSlotTypesResponse Modifier and Type Method Description default CompletableFuture<GetSlotTypesResponse>LexModelBuildingAsyncClient. getSlotTypes()Returns slot type information as follows:default CompletableFuture<GetSlotTypesResponse>LexModelBuildingAsyncClient. getSlotTypes(Consumer<GetSlotTypesRequest.Builder> getSlotTypesRequest)Returns slot type information as follows:default CompletableFuture<GetSlotTypesResponse>LexModelBuildingAsyncClient. getSlotTypes(GetSlotTypesRequest getSlotTypesRequest)Returns slot type information as follows: -
Uses of GetSlotTypesResponse in software.amazon.awssdk.services.lexmodelbuilding.paginators
Methods in software.amazon.awssdk.services.lexmodelbuilding.paginators that return types with arguments of type GetSlotTypesResponse Modifier and Type Method Description Iterator<GetSlotTypesResponse>GetSlotTypesIterable. iterator()Method parameters in software.amazon.awssdk.services.lexmodelbuilding.paginators with type arguments of type GetSlotTypesResponse Modifier and Type Method Description voidGetSlotTypesPublisher. subscribe(org.reactivestreams.Subscriber<? super GetSlotTypesResponse> subscriber)
-