@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 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)
AWSMediaStoreData
Deletes an object at the specified path.
deleteObject
in interface AWSMediaStoreData
public DescribeObjectResult describeObject(DescribeObjectRequest request)
AWSMediaStoreData
Gets the headers for an object at the specified path.
describeObject
in interface AWSMediaStoreData
public GetObjectResult getObject(GetObjectRequest request)
AWSMediaStoreData
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.
getObject
in interface AWSMediaStoreData
public ListItemsResult listItems(ListItemsRequest request)
AWSMediaStoreData
Provides a list of metadata entries about folders and objects in the specified folder.
listItems
in interface AWSMediaStoreData
public PutObjectResult putObject(PutObjectRequest request)
AWSMediaStoreData
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.
putObject
in interface AWSMediaStoreData
public void shutdown()
AWSMediaStoreData
shutdown
in interface AWSMediaStoreData
public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSMediaStoreData
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.
getCachedResponseMetadata
in interface AWSMediaStoreData
request
- The originally executed request.