Class AsyncS3ObjectsClient


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

      • AsyncS3ObjectsClient

        public AsyncS3ObjectsClient​(ClientOptions clientOptions)
    • Method Detail

      • getS3ObjectMetadataV1

        public java.util.concurrent.CompletableFuture<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 java.util.concurrent.CompletableFuture<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.util.concurrent.CompletableFuture<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.util.concurrent.CompletableFuture<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 java.util.concurrent.CompletableFuture<java.lang.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 java.util.concurrent.CompletableFuture<java.lang.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)