Codota Logo
com.amazonaws.services.simpledb.model
Code IndexAdd Codota to your IDE (free)

How to use com.amazonaws.services.simpledb.model

Best Java code snippets using com.amazonaws.services.simpledb.model (Showing top 20 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
Dictionary d =
  • Codota Iconnew Hashtable()
  • Codota IconBundle bundle;bundle.getHeaders()
  • Codota Iconnew Properties()
  • Smart code suggestions by Codota
}
origin: aws/aws-sdk-java

/**
 * Constructs a new DeletableItem object. Callers should use the setter or fluent setter (with...) methods to
 * initialize any additional object members.
 * 
 * @param name
 * @param attributes
 */
public DeletableItem(String name, java.util.List<Attribute> attributes) {
  setName(name);
  setAttributes(attributes);
}
origin: aws/aws-sdk-java

/**
 * The expression used to query the domain.
 * 
 * @param selectExpression
 *        The expression used to query the domain.
 * @return Returns a reference to this object so that method calls can be chained together.
 */
public SelectRequest withSelectExpression(String selectExpression) {
  setSelectExpression(selectExpression);
  return this;
}
origin: aws/aws-sdk-java

/**
 * The name of the domain in which to perform the operation.
 * 
 * @param domainName
 *        The name of the domain in which to perform the operation.
 * @return Returns a reference to this object so that method calls can be chained together.
 */
public PutAttributesRequest withDomainName(String domainName) {
  setDomainName(domainName);
  return this;
}
origin: aws/aws-sdk-java

/**
 * @param boxUsage
 * @return Returns a reference to this object so that method calls can be chained together.
 */
public NoSuchDomainException withBoxUsage(Float boxUsage) {
  setBoxUsage(boxUsage);
  return this;
}
origin: aws/aws-sdk-java

/**
 * The name of the item.
 * 
 * @param itemName
 *        The name of the item.
 * @return Returns a reference to this object so that method calls can be chained together.
 */
public GetAttributesRequest withItemName(String itemName) {
  setItemName(itemName);
  return this;
}
origin: aws/aws-sdk-java

/**
 * A list of items that match the select expression.
 * 
 * @param items
 *        A list of items that match the select expression.
 * @return Returns a reference to this object so that method calls can be chained together.
 */
public SelectResult withItems(java.util.Collection<Item> items) {
  setItems(items);
  return this;
}
origin: aws/aws-sdk-java

/**
 * @param boxUsage
 * @return Returns a reference to this object so that method calls can be chained together.
 */
public MissingParameterException withBoxUsage(Float boxUsage) {
  setBoxUsage(boxUsage);
  return this;
}
origin: aws/aws-sdk-java

/**
 * The number of all attribute name/value pairs in the domain.
 * 
 * @param attributeValueCount
 *        The number of all attribute name/value pairs in the domain.
 * @return Returns a reference to this object so that method calls can be chained together.
 */
public DomainMetadataResult withAttributeValueCount(Integer attributeValueCount) {
  setAttributeValueCount(attributeValueCount);
  return this;
}
origin: aws/aws-sdk-java

/**
 * @param boxUsage
 * @return Returns a reference to this object so that method calls can be chained together.
 */
public InvalidParameterValueException withBoxUsage(Float boxUsage) {
  setBoxUsage(boxUsage);
  return this;
}
origin: aws/aws-sdk-java

/**
 * @param boxUsage
 * @return Returns a reference to this object so that method calls can be chained together.
 */
public NumberDomainBytesExceededException withBoxUsage(Float boxUsage) {
  setBoxUsage(boxUsage);
  return this;
}
origin: aws/aws-sdk-java

/**
 * The name of the replaceable item.
 * 
 * @param name
 *        The name of the replaceable item.
 * @return Returns a reference to this object so that method calls can be chained together.
 */
public ReplaceableItem withName(String name) {
  setName(name);
  return this;
}
origin: aws/aws-sdk-java

/**
 * Constructs a new CreateDomainRequest object. Callers should use the setter or fluent setter (with...) methods to
 * initialize any additional object members.
 * 
 * @param domainName
 *        The name of the domain to create. The name can range between 3 and 255 characters and can contain the
 *        following characters: a-z, A-Z, 0-9, '_', '-', and '.'.
 */
public CreateDomainRequest(String domainName) {
  setDomainName(domainName);
}
origin: aws/aws-sdk-java

/**
 * Constructs a new DeleteDomainRequest object. Callers should use the setter or fluent setter (with...) methods to
 * initialize any additional object members.
 * 
 * @param domainName
 *        The name of the domain to delete.
 */
public DeleteDomainRequest(String domainName) {
  setDomainName(domainName);
}
origin: aws/aws-sdk-java

/**
 * The name of the domain in which the attributes are being stored.
 * 
 * @param domainName
 *        The name of the domain in which the attributes are being stored.
 * @return Returns a reference to this object so that method calls can be chained together.
 */
public BatchPutAttributesRequest withDomainName(String domainName) {
  setDomainName(domainName);
  return this;
}
origin: aws/aws-sdk-java

/**
 * The total size of all unique attribute names in the domain, in bytes.
 * 
 * @param attributeNamesSizeBytes
 *        The total size of all unique attribute names in the domain, in bytes.
 * @return Returns a reference to this object so that method calls can be chained together.
 */
public DomainMetadataResult withAttributeNamesSizeBytes(Long attributeNamesSizeBytes) {
  setAttributeNamesSizeBytes(attributeNamesSizeBytes);
  return this;
}
origin: aws/aws-sdk-java

/**
 * A list of attributes.
 * 
 * @param attributes
 *        A list of attributes.
 * @return Returns a reference to this object so that method calls can be chained together.
 */
public Item withAttributes(java.util.Collection<Attribute> attributes) {
  setAttributes(attributes);
  return this;
}
origin: aws/aws-sdk-java

/**
 * <p>
 * </p>
 * 
 * @param alternateNameEncoding
 * @return Returns a reference to this object so that method calls can be chained together.
 */
public Item withAlternateNameEncoding(String alternateNameEncoding) {
  setAlternateNameEncoding(alternateNameEncoding);
  return this;
}
origin: aws/aws-sdk-java

/**
 * @param boxUsage
 * @return Returns a reference to this object so that method calls can be chained together.
 */
public NumberDomainAttributesExceededException withBoxUsage(Float boxUsage) {
  setBoxUsage(boxUsage);
  return this;
}
origin: aws/aws-sdk-java

/**
 * @param name
 * @return Returns a reference to this object so that method calls can be chained together.
 */
public DeletableItem withName(String name) {
  setName(name);
  return this;
}
origin: aws/aws-sdk-java

/**
 * A string informing Amazon SimpleDB where to start the next list of domain names.
 * 
 * @param nextToken
 *        A string informing Amazon SimpleDB where to start the next list of domain names.
 * @return Returns a reference to this object so that method calls can be chained together.
 */
public ListDomainsRequest withNextToken(String nextToken) {
  setNextToken(nextToken);
  return this;
}
com.amazonaws.services.simpledb.model

Most used classes

  • Item
  • SelectResult
  • Attribute
  • SelectRequest
    Container for the parameters to the com.amazonaws.services.simpledb.AmazonSimpleDB#select(SelectRequ
  • CreateDomainRequest
  • DeleteAttributesRequest,
  • ListDomainsResult,
  • PutAttributesRequest,
  • DeleteDomainRequest,
  • DomainMetadataResult,
  • GetAttributesResult,
  • ListDomainsRequest,
  • UpdateCondition,
  • BatchDeleteAttributesRequest,
  • BatchPutAttributesRequest,
  • DeletableItem,
  • DomainMetadataRequest,
  • GetAttributesRequest,
  • ReplaceableItem
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now