Class RawS3ObjectMetadataClient
- java.lang.Object
-
- com.chrt.api.resources.taskartifacts.s3objectmetadata.RawS3ObjectMetadataClient
-
public class RawS3ObjectMetadataClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description RawS3ObjectMetadataClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChrtApiHttpResponse<TaskArtifactS3ObjectMetadata1>getV1(java.lang.String taskArtifactS3ObjectMetadataId)Retrieves the metadata for a task artifact S3 object, including blurhash for placeholder loading.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
-
RawS3ObjectMetadataClient
public RawS3ObjectMetadataClient(ClientOptions clientOptions)
-
-
Method Detail
-
getV1
public 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 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)
-
-