public class AbstractSpecWithPrimaryKey<T extends AmazonWebServiceRequest> extends Object
Modifier | Constructor and Description |
---|---|
protected |
AbstractSpecWithPrimaryKey(T request) |
protected AbstractSpecWithPrimaryKey(T request)
public final Collection<KeyAttribute> getKeyComponents()
public AbstractSpecWithPrimaryKey<T> withPrimaryKey(KeyAttribute... components)
public AbstractSpecWithPrimaryKey<T> withPrimaryKey(PrimaryKey primaryKey)
public AbstractSpecWithPrimaryKey<T> withPrimaryKey(String hashKeyName, Object hashKeyValue)
public AbstractSpecWithPrimaryKey<T> withPrimaryKey(String hashKeyName, Object hashKeyValue, String rangeKeyName, Object rangeKeyValue)
public T getRequest()
public ProgressListener getProgressListener()
public void setProgressListener(ProgressListener progressListener)
public RequestMetricCollector getRequestMetricCollector()
public void setRequestMetricCollector(RequestMetricCollector requestMetricCollector)
public com.amazonaws.services.dynamodbv2.document.spec.AbstractSpec<T> withProgressListener(ProgressListener progressListener)
public com.amazonaws.services.dynamodbv2.document.spec.AbstractSpec<T> withRequestMetricCollector(RequestMetricCollector requestMetricCollector)
Copyright © 2018. All rights reserved.