Package 

Class DeleteKey

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

    
    public final class DeleteKey
     implements S3BucketAction<Unit>
                        
    • Field Summary

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

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