| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListSchemasResponse |
PersonalizeClient.listSchemas(Consumer<ListSchemasRequest.Builder> listSchemasRequest)
Returns the list of schemas associated with the account.
|
default ListSchemasResponse |
PersonalizeClient.listSchemas(ListSchemasRequest listSchemasRequest)
Returns the list of schemas associated with the account.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListSchemasResponse> |
ListSchemasIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListSchemasPublisher.subscribe(org.reactivestreams.Subscriber<? super ListSchemasResponse> subscriber) |
Copyright © 2020. All rights reserved.