Class AbstractSpecWithPrimaryKey<T extends AmazonWebServiceRequest>

    • Constructor Detail

      • AbstractSpecWithPrimaryKey

        protected AbstractSpecWithPrimaryKey​(T request)
    • Method Detail

      • getKeyComponents

        public final Collection<KeyAttribute> getKeyComponents()
        Returns the primary key components that has been specified.
      • getRequest

        public T getRequest()
        Internal method. Not meant to be called directly. May change without notice.
      • setProgressListener

        public void setProgressListener​(ProgressListener progressListener)
      • setRequestMetricCollector

        public void setRequestMetricCollector​(RequestMetricCollector requestMetricCollector)
      • withProgressListener

        public com.amazonaws.services.dynamodbv2.document.spec.AbstractSpec<T> withProgressListener​(ProgressListener progressListener)
      • withRequestMetricCollector

        public com.amazonaws.services.dynamodbv2.document.spec.AbstractSpec<T> withRequestMetricCollector​(RequestMetricCollector requestMetricCollector)