Skip navigation links
A B C D E G I L M N P Q R S T U W 

A

AmazonDaxAsyncClient - Interface in com.amazon.dax.client.dynamodbv2
Interface for accessing the DynamoDB Accelerator (DAX) asynchronously.
AmazonDaxAsyncClientBuilder - Class in com.amazon.dax.client.dynamodbv2
Fluent builder for AmazonDynamoDBAsync DAX clients.
AmazonDaxClient - Interface in com.amazon.dax.client.dynamodbv2
Interface for accessing the DynamoDB Accelerator (DAX).
AmazonDaxClientBuilder - Class in com.amazon.dax.client.dynamodbv2
Fluent builder for AmazonDynamoDB DAX clients.
AmazonDaxClientBuilderAbstract<Builder extends AmazonDaxClientBuilderAbstract<Builder>> - Class in com.amazon.dax.client.dynamodbv2
Abstract class for DAX client builders.
AmazonDaxClientBuilderAbstract() - Constructor for class com.amazon.dax.client.dynamodbv2.AmazonDaxClientBuilderAbstract
 
AmazonDaxClientBuilderAbstract(AwsRegionProvider) - Constructor for class com.amazon.dax.client.dynamodbv2.AmazonDaxClientBuilderAbstract
 
AmbiguousWriteFailureException - Exception in com.amazon.dax.client.exceptions
Signifies a failure occurred during a write request.
AmbiguousWriteFailureException(Throwable) - Constructor for exception com.amazon.dax.client.exceptions.AmbiguousWriteFailureException
 

B

batchGetItem(BatchGetItemRequest) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
batchGetItem(Map<String, KeysAndAttributes>, String) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
batchGetItem(Map<String, KeysAndAttributes>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
batchGetItem(BatchGetItemRequest) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxClient
 
batchGetItem(Map<String, KeysAndAttributes>, String) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxClient
 
batchGetItem(Map<String, KeysAndAttributes>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxClient
 
batchGetItemAsync(BatchGetItemRequest) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
batchGetItemAsync(BatchGetItemRequest, AsyncHandler<BatchGetItemRequest, BatchGetItemResult>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
batchGetItemAsync(Map<String, KeysAndAttributes>, String) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
Simplified method form for invoking the BatchGetItem operation.
batchGetItemAsync(Map<String, KeysAndAttributes>, String, AsyncHandler<BatchGetItemRequest, BatchGetItemResult>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
Simplified method form for invoking the BatchGetItem operation with an AsyncHandler.
batchGetItemAsync(Map<String, KeysAndAttributes>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
Simplified method form for invoking the BatchGetItem operation.
batchGetItemAsync(Map<String, KeysAndAttributes>, AsyncHandler<BatchGetItemRequest, BatchGetItemResult>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
Simplified method form for invoking the BatchGetItem operation with an AsyncHandler.
batchWriteItem(BatchWriteItemRequest) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
batchWriteItem(Map<String, List<WriteRequest>>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
batchWriteItem(BatchWriteItemRequest) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxClient
 
batchWriteItem(Map<String, List<WriteRequest>>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxClient
 
batchWriteItemAsync(BatchWriteItemRequest) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
batchWriteItemAsync(BatchWriteItemRequest, AsyncHandler<BatchWriteItemRequest, BatchWriteItemResult>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
batchWriteItemAsync(Map<String, List<WriteRequest>>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
Simplified method form for invoking the BatchWriteItem operation.
batchWriteItemAsync(Map<String, List<WriteRequest>>, AsyncHandler<BatchWriteItemRequest, BatchWriteItemResult>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
Simplified method form for invoking the BatchWriteItem operation with an AsyncHandler.
build() - Method in class com.amazon.dax.client.dynamodbv2.AmazonDaxAsyncClientBuilder
Construct an implementation of AmazonDynamoDBAsync using the current builder configuration.
build() - Method in class com.amazon.dax.client.dynamodbv2.AmazonDaxClientBuilder
Construct a synchronous implementation of AmazonDynamoDB using the current builder configuration.
build() - Method in class com.amazon.dax.client.dynamodbv2.AmazonDaxClientBuilderAbstract
 

C

ClientConfig - Class in com.amazon.dax.client.dynamodbv2
Dax client configuration.
ClientConfig() - Constructor for class com.amazon.dax.client.dynamodbv2.ClientConfig
Constructs a new default initialized instance
ClusterDaxAsyncClient - Class in com.amazon.dax.client.dynamodbv2
Cluster client for accessing DAX asynchronously.
ClusterDaxAsyncClient(ClientConfig) - Constructor for class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
Constructs a new asynchronous client to invoke service methods on DAX.
ClusterDaxAsyncClient(ClientConfig, ExecutorService) - Constructor for class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
Constructs a new asynchronous client to invoke service methods on DAX using the specified executor service.
ClusterDaxClient - Class in com.amazon.dax.client.dynamodbv2
A smart client for the DAX service that handles routing requests to cluster nodes and tracking cluster membership.
ClusterDaxClient(ClientConfig) - Constructor for class com.amazon.dax.client.dynamodbv2.ClusterDaxClient
Constructs a ClusterDaxClient with the provided configuration.
com.amazon.dax.client.dynamodbv2 - package com.amazon.dax.client.dynamodbv2
 
com.amazon.dax.client.exceptions - package com.amazon.dax.client.exceptions
 
createTable(CreateTableRequest) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
createTable(List<AttributeDefinition>, String, List<KeySchemaElement>, ProvisionedThroughput) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
createTable(CreateTableRequest) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxClient
 
createTable(List<AttributeDefinition>, String, List<KeySchemaElement>, ProvisionedThroughput) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxClient
 
createTableAsync(CreateTableRequest) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
createTableAsync(CreateTableRequest, AsyncHandler<CreateTableRequest, CreateTableResult>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
createTableAsync(List<AttributeDefinition>, String, List<KeySchemaElement>, ProvisionedThroughput) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
Simplified method form for invoking the CreateTable operation.
createTableAsync(List<AttributeDefinition>, String, List<KeySchemaElement>, ProvisionedThroughput, AsyncHandler<CreateTableRequest, CreateTableResult>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
Simplified method form for invoking the CreateTable operation with an AsyncHandler.

D

DaxServiceException - Exception in com.amazon.dax.client.exceptions
An error response returned by the DAX service.
DaxServiceException(String, String, String, int, int[], boolean, boolean) - Constructor for exception com.amazon.dax.client.exceptions.DaxServiceException
 
DaxServiceException(Exception, boolean) - Constructor for exception com.amazon.dax.client.exceptions.DaxServiceException
 
DaxServiceException(String, String) - Constructor for exception com.amazon.dax.client.exceptions.DaxServiceException
 
DaxTransactionCanceledException - Exception in com.amazon.dax.client.exceptions
 
DaxTransactionCanceledException(String, String, String, int, int[], boolean, boolean, String[], String[], byte[]) - Constructor for exception com.amazon.dax.client.exceptions.DaxTransactionCanceledException
 
DecoderException - Exception in com.amazon.dax.client.exceptions
An exception thrown when the client is unable to parse data from the server.
DecoderException(AmazonClientException) - Constructor for exception com.amazon.dax.client.exceptions.DecoderException
 
DecoderException(String) - Constructor for exception com.amazon.dax.client.exceptions.DecoderException
 
DEFAULT_CLUSTER_UPDATE_INTERVAL_MS - Static variable in class com.amazon.dax.client.dynamodbv2.ClientConfig
 
DEFAULT_CLUSTER_UPDATE_THRESHOLD_MS - Static variable in class com.amazon.dax.client.dynamodbv2.ClientConfig
 
DEFAULT_CONNECT_TIMEOUT_MS - Static variable in class com.amazon.dax.client.dynamodbv2.ClientConfig
 
DEFAULT_HEALTH_CHECK_INTERVAL_MS - Static variable in class com.amazon.dax.client.dynamodbv2.ClientConfig
 
DEFAULT_HEALTH_CHECK_TIMEOUT_MS - Static variable in class com.amazon.dax.client.dynamodbv2.ClientConfig
 
DEFAULT_IDLE_CONNECTION_TIMEOUT_MS - Static variable in class com.amazon.dax.client.dynamodbv2.ClientConfig
 
DEFAULT_MAX_PENDING_CONNECTIONS_PER_HOST - Static variable in class com.amazon.dax.client.dynamodbv2.ClientConfig
 
DEFAULT_MAX_RETRY_DELAY_MS - Static variable in class com.amazon.dax.client.dynamodbv2.ClientConfig
 
DEFAULT_MIN_IDLE_CONNECTION_SIZE - Static variable in class com.amazon.dax.client.dynamodbv2.ClientConfig
 
DEFAULT_READ_RETRIES - Static variable in class com.amazon.dax.client.dynamodbv2.ClientConfig
 
DEFAULT_REGION_PROVIDER - Static variable in class com.amazon.dax.client.dynamodbv2.AmazonDaxClientBuilderAbstract
 
DEFAULT_REQUEST_TIMEOUT_MS - Static variable in class com.amazon.dax.client.dynamodbv2.ClientConfig
 
DEFAULT_THREAD_KEEP_ALIVE_MS - Static variable in class com.amazon.dax.client.dynamodbv2.ClientConfig
 
DEFAULT_UNHEALTHY_CONSECUTIVE_ERROR_COUNT - Static variable in class com.amazon.dax.client.dynamodbv2.ClientConfig
 
DEFAULT_WRITE_RETRIES - Static variable in class com.amazon.dax.client.dynamodbv2.ClientConfig
 
defineAttributeList(Long) - Method in interface com.amazon.dax.client.dynamodbv2.AmazonDaxClient
Returns the attribute names for the provided attribute list identifier
defineAttributeList(Long) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
defineAttributeList(Long) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxClient
 
defineAttributeListId(List<String>, List<String>) - Method in interface com.amazon.dax.client.dynamodbv2.AmazonDaxClient
Returns the attribute list identifier for the provided attributes.
defineAttributeListId(List<String>) - Method in interface com.amazon.dax.client.dynamodbv2.AmazonDaxClient
Returns the attribute list identifier for the provided attributes.
defineAttributeListId(List<String>, List<String>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
defineAttributeListId(List<String>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
defineAttributeListId(List<String>, List<String>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxClient
 
defineAttributeListId(List<String>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxClient
 
defineKeySchema(String) - Method in interface com.amazon.dax.client.dynamodbv2.AmazonDaxClient
Returns definitions of the key attributes for a table.
defineKeySchema(String) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
defineKeySchema(String) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxClient
 
deleteItem(DeleteItemRequest) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
deleteItem(String, Map<String, AttributeValue>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
deleteItem(String, Map<String, AttributeValue>, String) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
deleteItem(DeleteItemRequest) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxClient
 
deleteItem(String, Map<String, AttributeValue>, String) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxClient
 
deleteItem(String, Map<String, AttributeValue>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxClient
 
deleteItemAsync(DeleteItemRequest) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
deleteItemAsync(DeleteItemRequest, AsyncHandler<DeleteItemRequest, DeleteItemResult>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
deleteItemAsync(String, Map<String, AttributeValue>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
Simplified method form for invoking the DeleteItem operation.
deleteItemAsync(String, Map<String, AttributeValue>, AsyncHandler<DeleteItemRequest, DeleteItemResult>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
Simplified method form for invoking the DeleteItem operation with an AsyncHandler.
deleteItemAsync(String, Map<String, AttributeValue>, String) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
Simplified method form for invoking the DeleteItem operation.
deleteItemAsync(String, Map<String, AttributeValue>, String, AsyncHandler<DeleteItemRequest, DeleteItemResult>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
Simplified method form for invoking the DeleteItem operation with an AsyncHandler.
deleteTable(DeleteTableRequest) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
deleteTable(String) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
deleteTable(DeleteTableRequest) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxClient
 
deleteTable(String) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxClient
 
deleteTableAsync(DeleteTableRequest) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
deleteTableAsync(DeleteTableRequest, AsyncHandler<DeleteTableRequest, DeleteTableResult>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
deleteTableAsync(String) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
Simplified method form for invoking the DeleteTable operation.
deleteTableAsync(String, AsyncHandler<DeleteTableRequest, DeleteTableResult>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
Simplified method form for invoking the DeleteTable operation with an AsyncHandler.
describeLimits(DescribeLimitsRequest) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
describeLimits(DescribeLimitsRequest) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxClient
 
describeLimitsAsync(DescribeLimitsRequest) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
describeLimitsAsync(DescribeLimitsRequest, AsyncHandler<DescribeLimitsRequest, DescribeLimitsResult>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
describeTable(DescribeTableRequest) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
describeTable(String) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
describeTable(DescribeTableRequest) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxClient
 
describeTable(String) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxClient
 
describeTableAsync(DescribeTableRequest) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
describeTableAsync(DescribeTableRequest, AsyncHandler<DescribeTableRequest, DescribeTableResult>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
describeTableAsync(String) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
Simplified method form for invoking the DescribeTable operation.
describeTableAsync(String, AsyncHandler<DescribeTableRequest, DescribeTableResult>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
Simplified method form for invoking the DescribeTable operation with an AsyncHandler.

E

endpoints() - Method in interface com.amazon.dax.client.dynamodbv2.AmazonDaxClient
Returns the endpoints of the nodes belonging to the DAX cluster.
endpoints() - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
endpoints() - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxClient
 

G

getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxClient
 
getClientConfiguration() - Method in class com.amazon.dax.client.dynamodbv2.AmazonDaxClientBuilderAbstract
Returns the ClientConfiguration currently configured in the builder
getClusterUpdateInterval() - Method in class com.amazon.dax.client.dynamodbv2.ClientConfig
Returns the interval between polling of cluster members for membership changes.
getClusterUpdateThreshold() - Method in class com.amazon.dax.client.dynamodbv2.ClientConfig
Returns the threshold below which the cluster will not be polled for membership changes.
getCodeSeq() - Method in exception com.amazon.dax.client.exceptions.DaxServiceException
Returns codes received from the DAX service that identify the error.
getConnectTimeout() - Method in class com.amazon.dax.client.dynamodbv2.ClientConfig
Returns the timeout for connections with the DAX cluster.
getCredentials() - Method in class com.amazon.dax.client.dynamodbv2.AmazonDaxClientBuilderAbstract
Returns the AWSCredentialsProvider currently configured in the builder.
getCredentialsProvider() - Method in class com.amazon.dax.client.dynamodbv2.ClientConfig
Sets the credentials provider used to sign requests to the DAX cluster.
getEndpoint() - Method in class com.amazon.dax.client.dynamodbv2.AmazonDaxClientBuilderAbstract
Returns the service endpointConfiguration in use by the builder
getExecutorService() - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
Returns the executor service used by this client to execute async requests.
getHealthCheckInterval() - Method in class com.amazon.dax.client.dynamodbv2.ClientConfig
Returns the interval between health checks with the DAX cluster.
getHealthCheckTimeout() - Method in class com.amazon.dax.client.dynamodbv2.ClientConfig
Returns the health check timeout for connections with the DAX cluster.
getHostPorts() - Method in class com.amazon.dax.client.dynamodbv2.ClientConfig
Returns the DAX cluster discovery endpoints.
getHostVerifier() - Method in class com.amazon.dax.client.dynamodbv2.ClientConfig
Returns the DAX cluster hostname verifier
getIdleConnectionTimeout() - Method in class com.amazon.dax.client.dynamodbv2.ClientConfig
Returns the timeout for idle connections with the DAX cluster.
getItem(GetItemRequest) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
getItem(String, Map<String, AttributeValue>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
getItem(String, Map<String, AttributeValue>, Boolean) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
getItem(GetItemRequest) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxClient
 
getItem(String, Map<String, AttributeValue>, Boolean) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxClient
 
getItem(String, Map<String, AttributeValue>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxClient
 
getItemAsync(GetItemRequest) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
getItemAsync(GetItemRequest, AsyncHandler<GetItemRequest, GetItemResult>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
getItemAsync(String, Map<String, AttributeValue>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
Simplified method form for invoking the GetItem operation.
getItemAsync(String, Map<String, AttributeValue>, AsyncHandler<GetItemRequest, GetItemResult>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
Simplified method form for invoking the GetItem operation with an AsyncHandler.
getItemAsync(String, Map<String, AttributeValue>, Boolean) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
Simplified method form for invoking the GetItem operation.
getItemAsync(String, Map<String, AttributeValue>, Boolean, AsyncHandler<GetItemRequest, GetItemResult>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
Simplified method form for invoking the GetItem operation with an AsyncHandler.
getMaxPendingConnectsPerHost() - Method in class com.amazon.dax.client.dynamodbv2.ClientConfig
Returns the maximum number of pending connections per DAX node.
getMaxRetryDelay() - Method in class com.amazon.dax.client.dynamodbv2.ClientConfig
Returns the maximum delay between retries when the cluster is believed to be recovering.
getMessage() - Method in exception com.amazon.dax.client.exceptions.DaxServiceException
 
getMinIdleConnectionSize() - Method in class com.amazon.dax.client.dynamodbv2.ClientConfig
Returns the minimum number of idling connections with the DAX cluster.
getReadRetries() - Method in class com.amazon.dax.client.dynamodbv2.ClientConfig
Returns the number of times to retry reads (not counting the initial try).
getReasonCodes() - Method in exception com.amazon.dax.client.exceptions.DaxTransactionCanceledException
 
getReasonItems() - Method in exception com.amazon.dax.client.exceptions.DaxTransactionCanceledException
 
getReasonMsgs() - Method in exception com.amazon.dax.client.exceptions.DaxTransactionCanceledException
 
getRegion() - Method in class com.amazon.dax.client.dynamodbv2.AmazonDaxClientBuilderAbstract
Returns the region in use by the builder.
getRegion() - Method in class com.amazon.dax.client.dynamodbv2.ClientConfig
Returns the AWS region.
getRequestTimeout() - Method in class com.amazon.dax.client.dynamodbv2.ClientConfig
Returns the request timeout for connections with the DAX cluster.
getServiceErrorMessage() - Method in exception com.amazon.dax.client.exceptions.DaxServiceException
 
getThreadKeepAlive() - Method in class com.amazon.dax.client.dynamodbv2.ClientConfig
Returns the health check thread keep alive time.
getUnhealthyConsecutiveErrorCount() - Method in class com.amazon.dax.client.dynamodbv2.ClientConfig
Returns the number of errors required to signal node unhealthy within health check interval
getWriteRetries() - Method in class com.amazon.dax.client.dynamodbv2.ClientConfig
Returns the number of times to retry writes (not counting the initial try).

I

isEncrypted() - Method in class com.amazon.dax.client.dynamodbv2.ClientConfig
Returns if TLS endpoint is used.
isRetryable() - Method in exception com.amazon.dax.client.exceptions.AmbiguousWriteFailureException
 
isRetryable() - Method in exception com.amazon.dax.client.exceptions.DaxServiceException
 
isRetryable() - Method in exception com.amazon.dax.client.exceptions.MalformedResultException
 

L

listTables(ListTablesRequest) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
listTables() - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
listTables(String) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
listTables(String, Integer) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
listTables(Integer) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
listTables() - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxClient
 
listTables(Integer) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxClient
 
listTables(ListTablesRequest) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxClient
 
listTables(String, Integer) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxClient
 
listTables(String) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxClient
 
listTablesAsync(ListTablesRequest) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
listTablesAsync(ListTablesRequest, AsyncHandler<ListTablesRequest, ListTablesResult>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
listTablesAsync() - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
Simplified method form for invoking the ListTables operation.
listTablesAsync(AsyncHandler<ListTablesRequest, ListTablesResult>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
Simplified method form for invoking the ListTables operation with an AsyncHandler.
listTablesAsync(String) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
Simplified method form for invoking the ListTables operation.
listTablesAsync(String, AsyncHandler<ListTablesRequest, ListTablesResult>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
Simplified method form for invoking the ListTables operation with an AsyncHandler.
listTablesAsync(String, Integer) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
Simplified method form for invoking the ListTables operation.
listTablesAsync(String, Integer, AsyncHandler<ListTablesRequest, ListTablesResult>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
Simplified method form for invoking the ListTables operation with an AsyncHandler.
listTablesAsync(Integer) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
Simplified method form for invoking the ListTables operation.
listTablesAsync(Integer, AsyncHandler<ListTablesRequest, ListTablesResult>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
Simplified method form for invoking the ListTables operation with an AsyncHandler.
LOG - Static variable in class com.amazon.dax.client.dynamodbv2.AmazonDaxClientBuilderAbstract
 

M

MalformedResultException - Exception in com.amazon.dax.client.exceptions
An exception thrown when the response from the server is invalid.
MalformedResultException(String) - Constructor for exception com.amazon.dax.client.exceptions.MalformedResultException
 
MalformedResultException(String, Object) - Constructor for exception com.amazon.dax.client.exceptions.MalformedResultException
 
mClientConfig - Variable in class com.amazon.dax.client.dynamodbv2.AmazonDaxClientBuilderAbstract
 
mCredentials - Variable in class com.amazon.dax.client.dynamodbv2.AmazonDaxClientBuilderAbstract
 
methods(int) - Method in interface com.amazon.dax.client.dynamodbv2.AmazonDaxClient
Returns the DAX RPC method identifiers supported by the service.
methods(int) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
methods(int) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxClient
 
mHosts - Variable in class com.amazon.dax.client.dynamodbv2.AmazonDaxClientBuilderAbstract
 
mProvider - Variable in class com.amazon.dax.client.dynamodbv2.ClientConfig
Deprecated.
mRegion - Variable in class com.amazon.dax.client.dynamodbv2.AmazonDaxClientBuilderAbstract
 
mRegion - Variable in class com.amazon.dax.client.dynamodbv2.ClientConfig
Deprecated.
mRegionProvider - Variable in class com.amazon.dax.client.dynamodbv2.AmazonDaxClientBuilderAbstract
 
mSkipHostnameVerification - Variable in class com.amazon.dax.client.dynamodbv2.AmazonDaxClientBuilderAbstract
 

N

NoClusterEndpointsAvailableException - Exception in com.amazon.dax.client.exceptions
Exception to signify that while there are routes to the cluster they do not provide the necessary read/write client.
NoClusterEndpointsAvailableException() - Constructor for exception com.amazon.dax.client.exceptions.NoClusterEndpointsAvailableException
 
NOT_IMPLEMENTED - Static variable in exception com.amazon.dax.client.exceptions.DaxServiceException
 

P

pickException(CborInputStream, ClientTube) - Static method in exception com.amazon.dax.client.exceptions.DaxServiceException
 
putItem(PutItemRequest) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
putItem(String, Map<String, AttributeValue>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
putItem(String, Map<String, AttributeValue>, String) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
putItem(PutItemRequest) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxClient
 
putItem(String, Map<String, AttributeValue>, String) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxClient
 
putItem(String, Map<String, AttributeValue>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxClient
 
putItemAsync(PutItemRequest) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
putItemAsync(PutItemRequest, AsyncHandler<PutItemRequest, PutItemResult>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
putItemAsync(String, Map<String, AttributeValue>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
Simplified method form for invoking the PutItem operation.
putItemAsync(String, Map<String, AttributeValue>, AsyncHandler<PutItemRequest, PutItemResult>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
Simplified method form for invoking the PutItem operation with an AsyncHandler.
putItemAsync(String, Map<String, AttributeValue>, String) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
Simplified method form for invoking the PutItem operation.
putItemAsync(String, Map<String, AttributeValue>, String, AsyncHandler<PutItemRequest, PutItemResult>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
Simplified method form for invoking the PutItem operation with an AsyncHandler.

Q

query(QueryRequest) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
query(QueryRequest) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxClient
 
queryAsync(QueryRequest) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
queryAsync(QueryRequest, AsyncHandler<QueryRequest, QueryResult>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 

R

resolveCredentials(ClientConfig) - Method in class com.amazon.dax.client.dynamodbv2.AmazonDaxClientBuilderAbstract
 
resolveEndpoint(ClientConfig) - Method in class com.amazon.dax.client.dynamodbv2.AmazonDaxClientBuilderAbstract
 
resolveRegion(ClientConfig) - Method in class com.amazon.dax.client.dynamodbv2.AmazonDaxClientBuilderAbstract
 

S

scan(ScanRequest) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
scan(String, List<String>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
scan(String, Map<String, Condition>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
scan(String, List<String>, Map<String, Condition>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
scan(ScanRequest) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxClient
 
scan(String, List<String>, Map<String, Condition>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxClient
 
scan(String, List<String>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxClient
 
scan(String, Map<String, Condition>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxClient
 
scanAsync(ScanRequest) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
scanAsync(ScanRequest, AsyncHandler<ScanRequest, ScanResult>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
scanAsync(String, List<String>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
Simplified method form for invoking the Scan operation.
scanAsync(String, List<String>, AsyncHandler<ScanRequest, ScanResult>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
Simplified method form for invoking the Scan operation with an AsyncHandler.
scanAsync(String, Map<String, Condition>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
Simplified method form for invoking the Scan operation.
scanAsync(String, Map<String, Condition>, AsyncHandler<ScanRequest, ScanResult>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
Simplified method form for invoking the Scan operation with an AsyncHandler.
scanAsync(String, List<String>, Map<String, Condition>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
Simplified method form for invoking the Scan operation.
scanAsync(String, List<String>, Map<String, Condition>, AsyncHandler<ScanRequest, ScanResult>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
Simplified method form for invoking the Scan operation with an AsyncHandler.
services() - Method in interface com.amazon.dax.client.dynamodbv2.AmazonDaxClient
Returns the DAX RPC service identifiers supported by the server.
services() - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
services() - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxClient
 
setClientConfiguration(ClientConfig) - Method in class com.amazon.dax.client.dynamodbv2.AmazonDaxClientBuilderAbstract
Sets the ClientConfiguration to be used by the client.
setClusterUpdateInterval(long, TimeUnit) - Method in class com.amazon.dax.client.dynamodbv2.ClientConfig
Sets the interval between polling of cluster members for membership changes.
setClusterUpdateThreshold(long, TimeUnit) - Method in class com.amazon.dax.client.dynamodbv2.ClientConfig
Sets the threshold below which explicit unforced cluster refresh requests will not be attempted to poll for membership changes.
setConnectTimeout(long, TimeUnit) - Method in class com.amazon.dax.client.dynamodbv2.ClientConfig
Sets the timeout for connections with the DAX cluster.
setCredentials(AWSCredentialsProvider) - Method in class com.amazon.dax.client.dynamodbv2.AmazonDaxClientBuilderAbstract
Sets the AWSCredentialsProvider used by the client.
setCredentialsProvider(AWSCredentialsProvider) - Method in class com.amazon.dax.client.dynamodbv2.ClientConfig
Sets the credentials provider used to sign requests to the DAX cluster.
setEndpoint(String) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
setEndpoint(String) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxClient
 
setEndpointConfiguration(String...) - Method in class com.amazon.dax.client.dynamodbv2.AmazonDaxClientBuilderAbstract
Sets the endpoint configuration to be used for requests.
setEndpoints(String...) - Method in class com.amazon.dax.client.dynamodbv2.ClientConfig
Sets the DAX cluster discovery endpoints.
setEndpoints(boolean, String...) - Method in class com.amazon.dax.client.dynamodbv2.ClientConfig
Sets the DAX cluster discovery endpoints.
setHealthCheckInterval(long, TimeUnit) - Method in class com.amazon.dax.client.dynamodbv2.ClientConfig
Sets the interval between health checks with the DAX cluster.
setHealthCheckTimeout(long, TimeUnit) - Method in class com.amazon.dax.client.dynamodbv2.ClientConfig
Sets the health check timeout for connections with the DAX cluster.
setIdleConnectionTimeout(long, TimeUnit) - Method in class com.amazon.dax.client.dynamodbv2.ClientConfig
Sets the timeout for idle connections with the DAX cluster.
setMaxPendingConnectsPerHost(int) - Method in class com.amazon.dax.client.dynamodbv2.ClientConfig
Sets the maximum number of pending connections per DAX node.
setMaxRetryDelay(long, TimeUnit) - Method in class com.amazon.dax.client.dynamodbv2.ClientConfig
Sets the maximum delay between retries when the cluster is believed to be recovering.
setMinIdleConnectionSize(int) - Method in class com.amazon.dax.client.dynamodbv2.ClientConfig
Sets the minimum number of idling connections with the DAX cluster.
setReadRetries(int) - Method in class com.amazon.dax.client.dynamodbv2.ClientConfig
Sets the number of times to retry reads (not counting the initial try).
setRegion(String) - Method in interface com.amazon.dax.client.dynamodbv2.AmazonDaxClient
Set the AWS region where DAX cluster exists.
setRegion(String) - Method in class com.amazon.dax.client.dynamodbv2.AmazonDaxClientBuilderAbstract
Sets the region to be used by the client.
setRegion(Region) - Method in class com.amazon.dax.client.dynamodbv2.ClientConfig
Sets the AWS region.
setRegion(String) - Method in class com.amazon.dax.client.dynamodbv2.ClientConfig
Sets the AWS region.
setRegion(Region) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
setRegion(String) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
setRegion(Region) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxClient
 
setRegion(String) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxClient
 
setRequestTimeout(long, TimeUnit) - Method in class com.amazon.dax.client.dynamodbv2.ClientConfig
Sets the request timeout for connections with the DAX cluster.
setRetryable(boolean) - Method in exception com.amazon.dax.client.exceptions.DaxServiceException
 
setThreadKeepAlive(long, TimeUnit) - Method in class com.amazon.dax.client.dynamodbv2.ClientConfig
Sets the health check thread keep alive time.
setUnhealthyConsecutiveErrorCount(int) - Method in class com.amazon.dax.client.dynamodbv2.ClientConfig
Sets the number of consecutive errors required to signal node unhealthy within health check interval.
setWriteRetries(int) - Method in class com.amazon.dax.client.dynamodbv2.ClientConfig
Sets the number of times to retry writes (not counting the initial try).
shutdown() - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
Shuts down the client, releasing all managed resources.
shutdown() - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxClient
 
standard() - Static method in class com.amazon.dax.client.dynamodbv2.AmazonDaxAsyncClientBuilder
 
standard() - Static method in class com.amazon.dax.client.dynamodbv2.AmazonDaxClientBuilder
 

T

transactGetItems(TransactGetItemsRequest) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
transactGetItems(TransactGetItemsRequest) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxClient
 
transactGetItemsAsync(TransactGetItemsRequest, AsyncHandler<TransactGetItemsRequest, TransactGetItemsResult>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
Simplified method form for invoking the TransactGetItems operation with an AsyncHandler.
transactWriteItems(TransactWriteItemsRequest) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
transactWriteItems(TransactWriteItemsRequest) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxClient
 
transactWriteItemsAsync(TransactWriteItemsRequest, AsyncHandler<TransactWriteItemsRequest, TransactWriteItemsResult>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
Simplified method form for invoking the TransactWriteItems operation with an AsyncHandler.

U

updateItem(UpdateItemRequest) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
updateItem(String, Map<String, AttributeValue>, Map<String, AttributeValueUpdate>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
updateItem(String, Map<String, AttributeValue>, Map<String, AttributeValueUpdate>, String) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
updateItem(String, Map<String, AttributeValue>, Map<String, AttributeValueUpdate>, String) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxClient
 
updateItem(String, Map<String, AttributeValue>, Map<String, AttributeValueUpdate>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxClient
 
updateItem(UpdateItemRequest) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxClient
 
updateItemAsync(UpdateItemRequest) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
updateItemAsync(UpdateItemRequest, AsyncHandler<UpdateItemRequest, UpdateItemResult>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
updateItemAsync(String, Map<String, AttributeValue>, Map<String, AttributeValueUpdate>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
Simplified method form for invoking the UpdateItem operation.
updateItemAsync(String, Map<String, AttributeValue>, Map<String, AttributeValueUpdate>, AsyncHandler<UpdateItemRequest, UpdateItemResult>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
Simplified method form for invoking the UpdateItem operation with an AsyncHandler.
updateItemAsync(String, Map<String, AttributeValue>, Map<String, AttributeValueUpdate>, String) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
Simplified method form for invoking the UpdateItem operation.
updateItemAsync(String, Map<String, AttributeValue>, Map<String, AttributeValueUpdate>, String, AsyncHandler<UpdateItemRequest, UpdateItemResult>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
Simplified method form for invoking the UpdateItem operation with an AsyncHandler.
updateTable(UpdateTableRequest) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
updateTable(String, ProvisionedThroughput) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
updateTable(String, ProvisionedThroughput) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxClient
 
updateTable(UpdateTableRequest) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxClient
 
updateTableAsync(UpdateTableRequest) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
updateTableAsync(UpdateTableRequest, AsyncHandler<UpdateTableRequest, UpdateTableResult>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
updateTableAsync(String, ProvisionedThroughput) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
Simplified method form for invoking the UpdateTable operation.
updateTableAsync(String, ProvisionedThroughput, AsyncHandler<UpdateTableRequest, UpdateTableResult>) - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
Simplified method form for invoking the UpdateTable operation with an AsyncHandler.

W

waiters() - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxAsyncClient
 
waiters() - Method in class com.amazon.dax.client.dynamodbv2.ClusterDaxClient
 
waitForClusterRecoveryBeforeRetry() - Method in exception com.amazon.dax.client.exceptions.DaxServiceException
 
withClientConfiguration(ClientConfig) - Method in class com.amazon.dax.client.dynamodbv2.AmazonDaxClientBuilderAbstract
Sets the ClientConfiguration to be used by the client
withClusterUpdateInterval(long, TimeUnit) - Method in class com.amazon.dax.client.dynamodbv2.ClientConfig
Sets the interval between polling of cluster members for membership changes.
withClusterUpdateThreshold(long, TimeUnit) - Method in class com.amazon.dax.client.dynamodbv2.ClientConfig
Sets the threshold below which explicit unforced cluster refresh requests will not be attempted to poll for membership changes.
withConnectTimeout(long, TimeUnit) - Method in class com.amazon.dax.client.dynamodbv2.ClientConfig
Sets the timeout for connections with the DAX cluster.
withCredentials(AWSCredentialsProvider) - Method in class com.amazon.dax.client.dynamodbv2.AmazonDaxClientBuilderAbstract
Sets the AWSCredentialsProvider used by the client.
withCredentialsProvider(AWSCredentialsProvider) - Method in class com.amazon.dax.client.dynamodbv2.ClientConfig
Sets the credentials provider used to sign requests to the DAX cluster.
withEndpointConfiguration(String...) - Method in class com.amazon.dax.client.dynamodbv2.AmazonDaxClientBuilderAbstract
Sets the endpoint configuration to be used for requests.
withEndpoints(String...) - Method in class com.amazon.dax.client.dynamodbv2.ClientConfig
Sets the DAX cluster discovery endpoints.
withEndpoints(boolean, String...) - Method in class com.amazon.dax.client.dynamodbv2.ClientConfig
Sets the DAX cluster discovery endpoints.
withHealthCheckInterval(long, TimeUnit) - Method in class com.amazon.dax.client.dynamodbv2.ClientConfig
Sets the interval between health checks with the DAX cluster.
withHealthCheckTimeout(long, TimeUnit) - Method in class com.amazon.dax.client.dynamodbv2.ClientConfig
Sets the health check timeout for connections with the DAX cluster.
withIdleConnectionTimeout(long, TimeUnit) - Method in class com.amazon.dax.client.dynamodbv2.ClientConfig
Sets the timeout for idle connections with the DAX cluster.
withMaxPendingConnectsPerHost(int) - Method in class com.amazon.dax.client.dynamodbv2.ClientConfig
Sets the maximum number of pending connections per DAX node.
withMaxRetryDelay(long, TimeUnit) - Method in class com.amazon.dax.client.dynamodbv2.ClientConfig
Sets the maximum delay between retries when the cluster is believed to be recovering.
withMinIdleConnectionSize(int) - Method in class com.amazon.dax.client.dynamodbv2.ClientConfig
Sets the minimum number of idling connections with the DAX cluster.
withReadRetries(int) - Method in class com.amazon.dax.client.dynamodbv2.ClientConfig
Sets the number of times to retry reads (not counting the initial try).
withRegion(Regions) - Method in class com.amazon.dax.client.dynamodbv2.AmazonDaxClientBuilderAbstract
Sets the region to be used by the client.
withRegion(String) - Method in class com.amazon.dax.client.dynamodbv2.AmazonDaxClientBuilderAbstract
Sets the region to be used by the client.
withRegion(Region) - Method in class com.amazon.dax.client.dynamodbv2.ClientConfig
Sets the AWS region.
withRegion(String) - Method in class com.amazon.dax.client.dynamodbv2.ClientConfig
Sets the AWS region.
withRequestTimeout(long, TimeUnit) - Method in class com.amazon.dax.client.dynamodbv2.ClientConfig
Sets the request timeout for connections with the DAX cluster.
withSkipHostnameVerification(boolean) - Method in class com.amazon.dax.client.dynamodbv2.AmazonDaxClientBuilderAbstract
Sets if hostname verification is skipped or not for TLS.
withThreadKeepAlive(long, TimeUnit) - Method in class com.amazon.dax.client.dynamodbv2.ClientConfig
Sets the health check thread keep alive time.
withUnhealthyConsecutiveErrorCount(int) - Method in class com.amazon.dax.client.dynamodbv2.ClientConfig
Sets the number of consecutive errors required to signal node unhealthy within health check interval.
withWriteRetries(int) - Method in class com.amazon.dax.client.dynamodbv2.ClientConfig
Sets the number of times to retry writes (not counting the initial try).
A B C D E G I L M N P Q R S T U W 
Skip navigation links