Package io.minio

Class PromptObjectResponse

All Implemented Interfaces:
Closeable, AutoCloseable

public class PromptObjectResponse extends FilterInputStream
Response of MinioAsyncClient.promptObject(io.minio.PromptObjectArgs) and MinioClient.promptObject(io.minio.PromptObjectArgs). As it is InputStream interface compatible, it must be closed after use to release underneath network resources.
  • Constructor Details

  • Method Details

    • headers

      public okhttp3.Headers headers()
    • bucket

      public String bucket()
    • region

      public String region()
    • object

      public String object()