| Package | Description |
|---|---|
| com.amazon.ask.module | |
| com.amazon.ask.services |
| Modifier and Type | Field and Description |
|---|---|
protected ApacheHttpApiClient |
StandardSdkModule.apiClient
Apache HTTP client backed implementation of the ASK Java SDK API Client.
|
| Constructor and Description |
|---|
StandardSdkModule(ApacheHttpApiClient apiClient,
DynamoDbPersistenceAdapter persistenceAdapter,
TemplateFactory templateFactory)
Constructs an instance of
StandardSdkModule with given ApacheHttpApiClient, DynamoDbPersistenceAdapter
and TemplateFactory. |
| Modifier and Type | Method and Description |
|---|---|
ApacheHttpApiClient |
ApacheHttpApiClient.Builder.build()
Returns an instance of
ApacheHttpApiClient with the given configuration. |
static ApacheHttpApiClient |
ApacheHttpApiClient.standard()
Creates an instance with a default configured HTTP client.
|
Copyright © 2023. All rights reserved.