@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSMediaStoreData extends Object implements AWSMediaStoreData
AWSMediaStoreData. Convenient method forms pass through to the corresponding
overload that takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIX| Modifier | Constructor and Description |
|---|---|
protected |
AbstractAWSMediaStoreData() |
| Modifier and Type | Method and Description |
|---|---|
DeleteObjectResult |
deleteObject(DeleteObjectRequest request)
Deletes an object at the specified path.
|
DescribeObjectResult |
describeObject(DescribeObjectRequest request)
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 request)
Downloads the object at the specified path.
|
ListItemsResult |
listItems(ListItemsRequest request)
Provides a list of metadata entries about folders and objects in the specified folder.
|
PutObjectResult |
putObject(PutObjectRequest request)
Uploads an object to the specified path.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
public DeleteObjectResult deleteObject(DeleteObjectRequest request)
AWSMediaStoreDataDeletes an object at the specified path.
deleteObject in interface AWSMediaStoreDatapublic DescribeObjectResult describeObject(DescribeObjectRequest request)
AWSMediaStoreDataGets the headers for an object at the specified path.
describeObject in interface AWSMediaStoreDatapublic GetObjectResult getObject(GetObjectRequest request)
AWSMediaStoreDataDownloads the object at the specified path.
getObject in interface AWSMediaStoreDatapublic ListItemsResult listItems(ListItemsRequest request)
AWSMediaStoreDataProvides a list of metadata entries about folders and objects in the specified folder.
listItems in interface AWSMediaStoreDatapublic PutObjectResult putObject(PutObjectRequest request)
AWSMediaStoreDataUploads an object to the specified path. Object sizes are limited to 10 MB.
putObject in interface AWSMediaStoreDatapublic void shutdown()
AWSMediaStoreDatashutdown in interface AWSMediaStoreDatapublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSMediaStoreDataResponse 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.
getCachedResponseMetadata in interface AWSMediaStoreDatarequest - The originally executed request.Copyright © 2018. All rights reserved.