@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSMediaStoreData
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAWSMediaStoreData
instead.
An AWS Elemental MediaStore asset is an object, similar to an object in the Amazon S3 service. Objects are the fundamental entities that are stored in AWS Elemental MediaStore.
Modifier and Type | Field and Description |
---|---|
static String |
ENDPOINT_PREFIX
The region metadata service name for computing region endpoints.
|
Modifier and Type | Method and Description |
---|---|
DeleteObjectResult |
deleteObject(DeleteObjectRequest deleteObjectRequest)
Deletes an object at the specified path.
|
DescribeObjectResult |
describeObject(DescribeObjectRequest describeObjectRequest)
Gets the headers for an object at the specified path.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
GetObjectResult |
getObject(GetObjectRequest getObjectRequest)
Downloads the object at the specified path.
|
ListItemsResult |
listItems(ListItemsRequest listItemsRequest)
Provides a list of metadata entries about folders and objects in the specified folder.
|
PutObjectResult |
putObject(PutObjectRequest putObjectRequest)
Uploads an object to the specified path.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
static final String ENDPOINT_PREFIX
DeleteObjectResult deleteObject(DeleteObjectRequest deleteObjectRequest)
Deletes an object at the specified path.
deleteObjectRequest
- ContainerNotFoundException
- The specified container was not found for the specified account.ObjectNotFoundException
- Could not perform an operation on an object that does not exist.InternalServerErrorException
- The service is temporarily unavailable.DescribeObjectResult describeObject(DescribeObjectRequest describeObjectRequest)
Gets the headers for an object at the specified path.
describeObjectRequest
- ContainerNotFoundException
- The specified container was not found for the specified account.ObjectNotFoundException
- Could not perform an operation on an object that does not exist.InternalServerErrorException
- The service is temporarily unavailable.GetObjectResult getObject(GetObjectRequest getObjectRequest)
Downloads the object at the specified path. If the object’s upload availability is set to streaming
,
AWS Elemental MediaStore downloads the object even if it’s still uploading the object.
getObjectRequest
- ContainerNotFoundException
- The specified container was not found for the specified account.ObjectNotFoundException
- Could not perform an operation on an object that does not exist.RequestedRangeNotSatisfiableException
- The requested content range is not valid.InternalServerErrorException
- The service is temporarily unavailable.ListItemsResult listItems(ListItemsRequest listItemsRequest)
Provides a list of metadata entries about folders and objects in the specified folder.
listItemsRequest
- ContainerNotFoundException
- The specified container was not found for the specified account.InternalServerErrorException
- The service is temporarily unavailable.PutObjectResult putObject(PutObjectRequest putObjectRequest)
Uploads an object to the specified path. Object sizes are limited to 25 MB for standard upload availability and 10 MB for streaming upload availability.
putObjectRequest
- ContainerNotFoundException
- The specified container was not found for the specified account.InternalServerErrorException
- The service is temporarily unavailable.void shutdown()
ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
request
- The originally executed request.