Uses of Class
software.amazon.awssdk.services.personalize.model.ListSchemasResponse
-
Packages that use ListSchemasResponse Package Description software.amazon.awssdk.services.personalize Amazon Personalize is a machine learning service that makes it easy to add individualized recommendations to customers.software.amazon.awssdk.services.personalize.paginators -
-
Uses of ListSchemasResponse in software.amazon.awssdk.services.personalize
Methods in software.amazon.awssdk.services.personalize that return ListSchemasResponse Modifier and Type Method Description default ListSchemasResponsePersonalizeClient. listSchemas(Consumer<ListSchemasRequest.Builder> listSchemasRequest)Returns the list of schemas associated with the account.default ListSchemasResponsePersonalizeClient. listSchemas(ListSchemasRequest listSchemasRequest)Returns the list of schemas associated with the account.Methods in software.amazon.awssdk.services.personalize that return types with arguments of type ListSchemasResponse Modifier and Type Method Description default CompletableFuture<ListSchemasResponse>PersonalizeAsyncClient. listSchemas(Consumer<ListSchemasRequest.Builder> listSchemasRequest)Returns the list of schemas associated with the account.default CompletableFuture<ListSchemasResponse>PersonalizeAsyncClient. listSchemas(ListSchemasRequest listSchemasRequest)Returns the list of schemas associated with the account. -
Uses of ListSchemasResponse in software.amazon.awssdk.services.personalize.paginators
Methods in software.amazon.awssdk.services.personalize.paginators that return types with arguments of type ListSchemasResponse Modifier and Type Method Description Iterator<ListSchemasResponse>ListSchemasIterable. iterator()Method parameters in software.amazon.awssdk.services.personalize.paginators with type arguments of type ListSchemasResponse Modifier and Type Method Description voidListSchemasPublisher. subscribe(org.reactivestreams.Subscriber<? super ListSchemasResponse> subscriber)
-