default ResponseInputStream<GetObjectResponse> |
MediaStoreDataClient.getObject(Consumer<GetObjectRequest.Builder> getObjectRequest) |
Downloads the object at the specified path.
|
default GetObjectResponse |
MediaStoreDataClient.getObject(Consumer<GetObjectRequest.Builder> getObjectRequest,
Path destinationPath) |
Downloads the object at the specified path.
|
default <ReturnT> ReturnT |
MediaStoreDataClient.getObject(Consumer<GetObjectRequest.Builder> getObjectRequest,
ResponseTransformer<GetObjectResponse,ReturnT> responseTransformer) |
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(Consumer<GetObjectRequest.Builder> getObjectRequest) |
Downloads the object at the specified path.
|
default ResponseBytes<GetObjectResponse> |
MediaStoreDataClient.getObjectAsBytes(GetObjectRequest getObjectRequest) |
Downloads the object at the specified path.
|