Package 

Class ListBuckets

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

    
    public final class ListBuckets
     implements S3Action<Listing<BucketName>>
                        
    • Constructor Summary

      Constructors 
      Constructor Description
      ListBuckets()
    • Method Summary

      Modifier and Type Method Description
      Request toRequest()
      Result<Listing<BucketName>, 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

      • ListBuckets

        ListBuckets()