@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_PREFIX| Modifier | Constructor and Description |
|---|---|
protected |
AbstractAWSMediaStoreDataAsync() |
deleteObject, describeObject, getCachedResponseMetadata, getObject, listItems, putObject, shutdownclone, equals, finalize, 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)
AWSMediaStoreDataAsyncDownloads the object at the specified path.
getObjectAsync in interface AWSMediaStoreDataAsyncpublic Future<GetObjectResult> getObjectAsync(GetObjectRequest request, AsyncHandler<GetObjectRequest,GetObjectResult> asyncHandler)
AWSMediaStoreDataAsyncDownloads the object at the specified path.
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 10 MB.
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 10 MB.
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.Copyright © 2018. All rights reserved.