| 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.model |
| 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 filePath)
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 filePath)
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.
|
default ListItemsResponse |
MediaStoreDataClient.listItems(Consumer<ListItemsRequest.Builder> listItemsRequest)
Provides a list of metadata entries about folders and objects in the specified folder.
|
default ListItemsResponse |
MediaStoreDataClient.listItems(ListItemsRequest listItemsRequest)
Provides a list of metadata entries about folders and objects in the specified folder.
|
default ListItemsIterable |
MediaStoreDataClient.listItemsPaginator(Consumer<ListItemsRequest.Builder> listItemsRequest)
Provides a list of metadata entries about folders and objects in the specified folder.
|
default ListItemsIterable |
MediaStoreDataClient.listItemsPaginator(ListItemsRequest listItemsRequest)
Provides a list of metadata entries about folders and objects in the specified folder.
|
default PutObjectResponse |
MediaStoreDataClient.putObject(Consumer<PutObjectRequest.Builder> putObjectRequest,
Path filePath)
Uploads an object to the specified path.
|
default PutObjectResponse |
MediaStoreDataClient.putObject(Consumer<PutObjectRequest.Builder> putObjectRequest,
RequestBody requestBody)
Uploads an object to the specified path.
|
default PutObjectResponse |
MediaStoreDataClient.putObject(PutObjectRequest putObjectRequest,
Path filePath)
Uploads an object to the specified path.
|
default PutObjectResponse |
MediaStoreDataClient.putObject(PutObjectRequest putObjectRequest,
RequestBody requestBody)
Uploads an object to the specified path.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContainerNotFoundException
The specified container was not found for the specified account.
|
class |
InternalServerErrorException
The service is temporarily unavailable.
|
class |
ObjectNotFoundException
Could not perform an operation on an object that does not exist.
|
class |
RequestedRangeNotSatisfiableException
The requested content range is not valid.
|
| Modifier and Type | Method and Description |
|---|---|
MediaStoreDataException |
MediaStoreDataException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(MediaStoreDataException ex) |
Copyright © 2020. All rights reserved.