Uses of Class
software.amazon.awssdk.services.personalize.paginators.ListSchemasIterable
-
Packages that use ListSchemasIterable Package Description software.amazon.awssdk.services.personalize Amazon Personalize is a machine learning service that makes it easy to add individualized recommendations to customers. -
-
Uses of ListSchemasIterable in software.amazon.awssdk.services.personalize
Methods in software.amazon.awssdk.services.personalize that return ListSchemasIterable Modifier and Type Method Description default ListSchemasIterablePersonalizeClient. listSchemasPaginator(Consumer<ListSchemasRequest.Builder> listSchemasRequest)Returns the list of schemas associated with the account.default ListSchemasIterablePersonalizeClient. listSchemasPaginator(ListSchemasRequest listSchemasRequest)Returns the list of schemas associated with the account.
-