Class CreateTableEnhancedRequest

    • Method Detail

      • provisionedThroughput

        public ProvisionedThroughput provisionedThroughput()
        Returns the provisioned throughput value set on this request object, or null if it has not been set.
      • streamSpecification

        public StreamSpecification streamSpecification()
        Returns the stream specification value set on this request object, or null if it has not been set.
      • localSecondaryIndices

        public Collection<EnhancedLocalSecondaryIndex> localSecondaryIndices()
        Returns the local secondary index set on this request object, or null if it has not been set.
      • globalSecondaryIndices

        public Collection<EnhancedGlobalSecondaryIndex> globalSecondaryIndices()
        Returns the global secondary index set on this request object, or null if it has not been set.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object