| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediastoredata |
An AWS Elemental MediaStore asset is an object, similar to an object in the Amazon S3 service.
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteObjectResponse |
MediaStoreDataClient.deleteObject(Consumer<DeleteObjectRequest.Builder> deleteObjectRequest)
Deletes an object at the specified path.
|
default DeleteObjectResponse |
MediaStoreDataClient.deleteObject(DeleteObjectRequest deleteObjectRequest)
Deletes an object at the specified path.
|
default DescribeObjectResponse |
MediaStoreDataClient.describeObject(Consumer<DescribeObjectRequest.Builder> describeObjectRequest)
Gets the headers for an object at the specified path.
|
default DescribeObjectResponse |
MediaStoreDataClient.describeObject(DescribeObjectRequest describeObjectRequest)
Gets the headers for an object at the specified path.
|
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.
|
Copyright © 2020. All rights reserved.