| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediastoredata |
An AWS Elemental MediaStore asset is an object, similar to an object in the Amazon S3 service.
|
| software.amazon.awssdk.services.mediastoredata.transform |
| Modifier and Type | Method and Description |
|---|---|
default ResponseInputStream<GetObjectResponse> |
MediaStoreDataClient.getObject(GetObjectRequest getObjectRequest)
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 CompletableFuture<GetObjectResponse> |
MediaStoreDataAsyncClient.getObject(GetObjectRequest getObjectRequest,
Path destinationPath)
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.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetObjectRequestMarshaller.marshall(GetObjectRequest getObjectRequest) |
Copyright © 2021. All rights reserved.