Class S3ObjectsClient


  • public class S3ObjectsClient
    extends java.lang.Object
    • Constructor Detail

      • S3ObjectsClient

        public S3ObjectsClient​(ClientOptions clientOptions)
    • Method Detail

      • withRawResponse

        public RawS3ObjectsClient withRawResponse()
        Get responses with HTTP metadata like headers
      • getS3ObjectMetadataV1

        public LineItemGroupS3ObjectMetadata1 getS3ObjectMetadataV1​(java.lang.String lineItemGroupS3ObjectMetadataId)
        Retrieves the metadata for a line item group S3 object, including blurhash for placeholder loading. | authz_personas=[lig_org_operators, lig_driver] | () -> (LineItemGroupS3ObjectMetadata1)
      • getS3ObjectMetadataV1

        public LineItemGroupS3ObjectMetadata1 getS3ObjectMetadataV1​(java.lang.String lineItemGroupS3ObjectMetadataId,
                                                                    RequestOptions requestOptions)
        Retrieves the metadata for a line item group S3 object, including blurhash for placeholder loading. | authz_personas=[lig_org_operators, lig_driver] | () -> (LineItemGroupS3ObjectMetadata1)
      • getV1

        public java.io.InputStream getV1​(java.lang.String lineItemGroupS3ObjectMetadataId)
        Streams a line item group S3 object file from storage. | authz_personas=[lig_org_operators, lig_driver] | () -> (binary)
      • getV1

        public java.io.InputStream getV1​(java.lang.String lineItemGroupS3ObjectMetadataId,
                                         RequestOptions requestOptions)
        Streams a line item group S3 object file from storage. | authz_personas=[lig_org_operators, lig_driver] | () -> (binary)
      • deleteV1

        public boolean deleteV1​(java.lang.String lineItemGroupS3ObjectMetadataId)
        Deletes an S3 object metadata and the associated S3 object from a line item group. | authz_personas=[lig_org_operators, lig_driver] | () -> (bool)
      • deleteV1

        public boolean deleteV1​(java.lang.String lineItemGroupS3ObjectMetadataId,
                                RequestOptions requestOptions)
        Deletes an S3 object metadata and the associated S3 object from a line item group. | authz_personas=[lig_org_operators, lig_driver] | () -> (bool)