Class AsyncRawS3ObjectMetadataClient
- java.lang.Object
-
- com.chrt.api.resources.taskartifacts.s3objectmetadata.AsyncRawS3ObjectMetadataClient
-
public class AsyncRawS3ObjectMetadataClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description AsyncRawS3ObjectMetadataClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<TaskArtifactS3ObjectMetadata1>>getV1(java.lang.String taskArtifactS3ObjectMetadataId)Retrieves the metadata for a task artifact S3 object, including blurhash for placeholder loading.java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<TaskArtifactS3ObjectMetadata1>>getV1(java.lang.String taskArtifactS3ObjectMetadataId, RequestOptions requestOptions)Retrieves the metadata for a task artifact S3 object, including blurhash for placeholder loading.
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
AsyncRawS3ObjectMetadataClient
public AsyncRawS3ObjectMetadataClient(ClientOptions clientOptions)
-
-
Method Detail
-
getV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<TaskArtifactS3ObjectMetadata1>> getV1(java.lang.String taskArtifactS3ObjectMetadataId)
Retrieves the metadata for a task artifact S3 object, including blurhash for placeholder loading. | authz_personas=[courier_driver, courier_org_operators, shipper_org_operators, forwarder_org_operators] | () -> (TaskArtifactS3ObjectMetadata1)
-
getV1
public java.util.concurrent.CompletableFuture<ChrtApiHttpResponse<TaskArtifactS3ObjectMetadata1>> getV1(java.lang.String taskArtifactS3ObjectMetadataId, RequestOptions requestOptions)
Retrieves the metadata for a task artifact S3 object, including blurhash for placeholder loading. | authz_personas=[courier_driver, courier_org_operators, shipper_org_operators, forwarder_org_operators] | () -> (TaskArtifactS3ObjectMetadata1)
-
-