Package 

Class GetKey

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

    
    public final class GetKey
     implements S3BucketAction<InputStream>
                        
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final BucketKey key
    • Constructor Summary

      Constructors 
      Constructor Description
      GetKey(BucketKey key)
    • Method Summary

      Modifier and Type Method Description
      Request toRequest()
      Result<InputStream, RemoteFailure> toResult(Response response)
      final BucketKey component1()
      final GetKey copy(BucketKey key)
      final BucketKey getKey()
      • 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