Package 

Interface S3BucketAction

    • Method Summary

      Modifier and Type Method Description
      abstract Request toRequest(Region region)
      abstract Result<R, RemoteFailure> toResult(Response response)
      • Methods inherited from class org.http4k.connect.amazon.s3.action.S3BucketAction

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

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

      • toRequest

         abstract Request toRequest(Region region)
      • toResult

         abstract Result<R, RemoteFailure> toResult(Response response)