Package 

Class ListKeys

  • All Implemented Interfaces:
    org.http4k.connect.Action , org.http4k.connect.amazon.s3.action.S3BucketAction

    
    public final class ListKeys
     implements S3BucketAction<Listing<BucketKey>>
                        

    List items in a bucket. Note that the S3 API maxes out at 1000 items.

    • Constructor Summary

      Constructors 
      Constructor Description
      ListKeys()
    • Method Summary

      Modifier and Type Method Description
      Request toRequest()
      Result<Listing<BucketKey>, RemoteFailure> toResult(Response response)
      • Methods inherited from class org.http4k.connect.Action

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ListKeys

        ListKeys()