@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSMediaStoreDataAsync extends AbstractAWSMediaStoreData implements AWSMediaStoreDataAsync
AWSMediaStoreDataAsync. Convenient method forms pass through to the corresponding
overload that takes a request object and an AsyncHandler, which throws an
UnsupportedOperationException.ENDPOINT_PREFIXdeleteObject, describeObject, getCachedResponseMetadata, getObject, listItems, putObject, shutdownequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeleteObject, describeObject, getCachedResponseMetadata, getObject, listItems, putObject, shutdownpublic Future<DeleteObjectResult> deleteObjectAsync(DeleteObjectRequest request)
AWSMediaStoreDataAsyncDeletes an object at the specified path.
deleteObjectAsync in interface AWSMediaStoreDataAsyncpublic Future<DeleteObjectResult> deleteObjectAsync(DeleteObjectRequest request, AsyncHandler<DeleteObjectRequest,DeleteObjectResult> asyncHandler)
AWSMediaStoreDataAsyncDeletes an object at the specified path.
deleteObjectAsync in interface AWSMediaStoreDataAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeObjectResult> describeObjectAsync(DescribeObjectRequest request)
AWSMediaStoreDataAsyncGets the headers for an object at the specified path.
describeObjectAsync in interface AWSMediaStoreDataAsyncpublic Future<DescribeObjectResult> describeObjectAsync(DescribeObjectRequest request, AsyncHandler<DescribeObjectRequest,DescribeObjectResult> asyncHandler)
AWSMediaStoreDataAsyncGets the headers for an object at the specified path.
describeObjectAsync in interface AWSMediaStoreDataAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetObjectResult> getObjectAsync(GetObjectRequest request)
AWSMediaStoreDataAsync
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.
getObjectAsync in interface AWSMediaStoreDataAsyncpublic Future<GetObjectResult> getObjectAsync(GetObjectRequest request, AsyncHandler<GetObjectRequest,GetObjectResult> asyncHandler)
AWSMediaStoreDataAsync
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.
getObjectAsync in interface AWSMediaStoreDataAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListItemsResult> listItemsAsync(ListItemsRequest request)
AWSMediaStoreDataAsyncProvides a list of metadata entries about folders and objects in the specified folder.
listItemsAsync in interface AWSMediaStoreDataAsyncpublic Future<ListItemsResult> listItemsAsync(ListItemsRequest request, AsyncHandler<ListItemsRequest,ListItemsResult> asyncHandler)
AWSMediaStoreDataAsyncProvides a list of metadata entries about folders and objects in the specified folder.
listItemsAsync in interface AWSMediaStoreDataAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<PutObjectResult> putObjectAsync(PutObjectRequest request)
AWSMediaStoreDataAsyncUploads an object to the specified path. Object sizes are limited to 25 MB for standard upload availability and 10 MB for streaming upload availability.
putObjectAsync in interface AWSMediaStoreDataAsyncpublic Future<PutObjectResult> putObjectAsync(PutObjectRequest request, AsyncHandler<PutObjectRequest,PutObjectResult> asyncHandler)
AWSMediaStoreDataAsyncUploads an object to the specified path. Object sizes are limited to 25 MB for standard upload availability and 10 MB for streaming upload availability.
putObjectAsync in interface AWSMediaStoreDataAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.