default CompletableFuture<GetObjectResponse> |
MediaStoreDataAsyncClient.getObject(GetObjectRequest getObjectRequest,
Path destinationPath) |
Downloads the object at the specified path.
|
default <ReturnT> CompletableFuture<ReturnT> |
MediaStoreDataAsyncClient.getObject(GetObjectRequest getObjectRequest,
AsyncResponseTransformer<GetObjectResponse,ReturnT> asyncResponseTransformer) |
Downloads the object at the specified path.
|
default ResponseInputStream<GetObjectResponse> |
MediaStoreDataClient.getObject(GetObjectRequest getObjectRequest) |
Downloads the object at the specified path.
|
default GetObjectResponse |
MediaStoreDataClient.getObject(GetObjectRequest getObjectRequest,
Path destinationPath) |
Downloads the object at the specified path.
|
default <ReturnT> ReturnT |
MediaStoreDataClient.getObject(GetObjectRequest getObjectRequest,
ResponseTransformer<GetObjectResponse,ReturnT> responseTransformer) |
Downloads the object at the specified path.
|
default ResponseBytes<GetObjectResponse> |
MediaStoreDataClient.getObjectAsBytes(GetObjectRequest getObjectRequest) |
Downloads the object at the specified path.
|