Class AsyncRawS3ObjectsClient


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

      • AsyncRawS3ObjectsClient

        public AsyncRawS3ObjectsClient​(ClientOptions clientOptions)
    • Method Detail

      • getS3ObjectMetadataV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<LineItemS3ObjectMetadata1>> getS3ObjectMetadataV1​(java.lang.String lineItemS3ObjectMetadataId)
        Retrieves metadata for a line item S3 object. | authz_personas=[lig_org_operators, lig_driver] | () -> (LineItemS3ObjectMetadata1)
      • getS3ObjectMetadataV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<LineItemS3ObjectMetadata1>> getS3ObjectMetadataV1​(java.lang.String lineItemS3ObjectMetadataId,
                                                                                                                            RequestOptions requestOptions)
        Retrieves metadata for a line item S3 object. | authz_personas=[lig_org_operators, lig_driver] | () -> (LineItemS3ObjectMetadata1)
      • getV1

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

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

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.Boolean>> deleteV1​(java.lang.String lineItemS3ObjectMetadataId)
        Deletes an S3 object metadata and the associated S3 object from a line item. | authz_personas=[lig_org_operators, lig_driver] | () -> (bool)
      • deleteV1

        public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<java.lang.Boolean>> deleteV1​(java.lang.String lineItemS3ObjectMetadataId,
                                                                                                       RequestOptions requestOptions)
        Deletes an S3 object metadata and the associated S3 object from a line item. | authz_personas=[lig_org_operators, lig_driver] | () -> (bool)