Skip navigation links
B C S W 

B

build() - Method in class com.amazon.ask.builder.StandardSkillBuilder
Returns a new Skill instance.
build() - Method in class com.amazon.ask.module.StandardSdkModule.Builder
Returns a new StandardSdkModule instance.
builder() - Static method in class com.amazon.ask.module.StandardSdkModule
Returns an instance of StandardSdkModule.Builder.

C

com.amazon.ask - package com.amazon.ask
 
com.amazon.ask.builder - package com.amazon.ask.builder
 
com.amazon.ask.module - package com.amazon.ask.module
 
custom() - Static method in class com.amazon.ask.Skills
Creates a builder used to construct a new Skill with a custom ApiClient and PersistenceAdapter.

S

setupModule(SdkModuleContext) - Method in class com.amazon.ask.module.StandardSdkModule
Skills - Class in com.amazon.ask
Factory methods for different Skill builders.
standard() - Static method in class com.amazon.ask.Skills
Creates a builder used to construct a new Skill using the default DynamoDbPersistenceAdapter and ApacheHttpApiClient.
StandardSdkModule - Class in com.amazon.ask.module
SdkModule that registers common add-on libraries shipped with the standard SDK distribution.
StandardSdkModule(ApacheHttpApiClient, DynamoDbPersistenceAdapter, TemplateFactory) - Constructor for class com.amazon.ask.module.StandardSdkModule
StandardSdkModule.Builder - Class in com.amazon.ask.module
Standard SDK Module Builder.
StandardSkillBuilder - Class in com.amazon.ask.builder
Builder used to construct a new Skill using the default DynamoDbPersistenceAdapter and ApacheHttpApiClient.
StandardSkillBuilder() - Constructor for class com.amazon.ask.builder.StandardSkillBuilder
 

W

withAutoCreateTable(boolean) - Method in class com.amazon.ask.builder.StandardSkillBuilder
Allows SDK to create a table if the table doesn't exist.
withAutoCreateTable(boolean) - Method in class com.amazon.ask.module.StandardSdkModule.Builder
Allows SDK to create a table if the table doesn't exist.
withDynamoDbClient(AmazonDynamoDB) - Method in class com.amazon.ask.builder.StandardSkillBuilder
Allows the user to specify a custom DynamoDB client.
withDynamoDbClient(AmazonDynamoDB) - Method in class com.amazon.ask.module.StandardSdkModule.Builder
Allows the user to specify a custom DynamoDB client.
withHttpClient(CloseableHttpClient) - Method in class com.amazon.ask.builder.StandardSkillBuilder
Allows the user to configure custom HTTP client.
withHttpClient(CloseableHttpClient) - Method in class com.amazon.ask.module.StandardSdkModule.Builder
Allows the user to configure custom HTTP client.
withPartitionKeyGenerator(Function<RequestEnvelope, String>) - Method in class com.amazon.ask.builder.StandardSkillBuilder
Allows the user to specify a partition key generator.
withPartitionKeyGenerator(Function<RequestEnvelope, String>) - Method in class com.amazon.ask.module.StandardSdkModule.Builder
Allows the user to specify a partition key generator.
withTableName(String) - Method in class com.amazon.ask.builder.StandardSkillBuilder
Allows the user to configure a name for the DynamoDB table.
withTableName(String) - Method in class com.amazon.ask.module.StandardSdkModule.Builder
Allows the user to configure a name for the DynamoDB table.
withTemplateDirectoryPath(String) - Method in class com.amazon.ask.builder.StandardSkillBuilder
Allows the user to specify directory path where the templates are stored.
withTemplateDirectoryPath(String) - Method in class com.amazon.ask.module.StandardSdkModule.Builder
Allows the user to specify directory path where the templates are stored.
B C S W 
Skip navigation links

Copyright © Amazon.com, Inc. or its affiliates. All Rights Reserved.