Package com.amazonaws.geo.dynamodb.internal

Examples of com.amazonaws.geo.dynamodb.internal.DynamoDBManager


   * @param config
   *            Container for the configuration parameters for GeoDataManager.
   */
  public GeoDataManager(GeoDataManagerConfiguration config) {
    this.config = config;
    dynamoDBManager = new DynamoDBManager(this.config);
  }
View Full Code Here

TOP

Related Classes of com.amazonaws.geo.dynamodb.internal.DynamoDBManager

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.