Interface UploadHandle

All Superinterfaces:
Serializable

@Public @Evolving public interface UploadHandle extends Serializable
Opaque, serializable reference to an uploadId for multipart uploads.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
    equals(Object other)
     
    default byte[]
     
  • Method Details

    • toByteArray

      default byte[] toByteArray()
      Returns:
      Serialized from in bytes.
    • bytes

      ByteBuffer bytes()
    • equals

      boolean equals(Object other)
      Overrides:
      equals in class Object