Class AsyncS3ObjectMetadataClient
- java.lang.Object
-
- com.chrt.api.resources.taskgroups.s3objectmetadata.AsyncS3ObjectMetadataClient
-
public class AsyncS3ObjectMetadataClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description AsyncS3ObjectMetadataClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<TaskGroupS3ObjectMetadata1>getV1(java.lang.String taskGroupS3ObjectMetadataId)Retrieves the metadata for a task group S3 object, including blurhash for placeholder loading.java.util.concurrent.CompletableFuture<TaskGroupS3ObjectMetadata1>getV1(java.lang.String taskGroupS3ObjectMetadataId, RequestOptions requestOptions)Retrieves the metadata for a task group S3 object, including blurhash for placeholder loading.AsyncRawS3ObjectMetadataClientwithRawResponse()Get responses with HTTP metadata like headers
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
AsyncS3ObjectMetadataClient
public AsyncS3ObjectMetadataClient(ClientOptions clientOptions)
-
-
Method Detail
-
withRawResponse
public AsyncRawS3ObjectMetadataClient withRawResponse()
Get responses with HTTP metadata like headers
-
getV1
public java.util.concurrent.CompletableFuture<TaskGroupS3ObjectMetadata1> getV1(java.lang.String taskGroupS3ObjectMetadataId)
Retrieves the metadata for a task group S3 object, including blurhash for placeholder loading. | authz_personas=[courier_driver, courier_org_operators, shipper_org_operators, forwarder_org_operators] | () -> (TaskGroupS3ObjectMetadata1)
-
getV1
public java.util.concurrent.CompletableFuture<TaskGroupS3ObjectMetadata1> getV1(java.lang.String taskGroupS3ObjectMetadataId, RequestOptions requestOptions)
Retrieves the metadata for a task group S3 object, including blurhash for placeholder loading. | authz_personas=[courier_driver, courier_org_operators, shipper_org_operators, forwarder_org_operators] | () -> (TaskGroupS3ObjectMetadata1)
-
-