@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
deleteObject, describeObject, getCachedResponseMetadata, getObject, listItems, putObject, shutdown
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
deleteObject, describeObject, getCachedResponseMetadata, getObject, listItems, putObject, shutdown
public Future<DeleteObjectResult> deleteObjectAsync(DeleteObjectRequest request)
AWSMediaStoreDataAsync
Deletes an object at the specified path.
deleteObjectAsync
in interface AWSMediaStoreDataAsync
public Future<DeleteObjectResult> deleteObjectAsync(DeleteObjectRequest request, AsyncHandler<DeleteObjectRequest,DeleteObjectResult> asyncHandler)
AWSMediaStoreDataAsync
Deletes an object at the specified path.
deleteObjectAsync
in interface AWSMediaStoreDataAsync
asyncHandler
- 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)
AWSMediaStoreDataAsync
Gets the headers for an object at the specified path.
describeObjectAsync
in interface AWSMediaStoreDataAsync
public Future<DescribeObjectResult> describeObjectAsync(DescribeObjectRequest request, AsyncHandler<DescribeObjectRequest,DescribeObjectResult> asyncHandler)
AWSMediaStoreDataAsync
Gets the headers for an object at the specified path.
describeObjectAsync
in interface AWSMediaStoreDataAsync
asyncHandler
- 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 AWSMediaStoreDataAsync
public 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 AWSMediaStoreDataAsync
asyncHandler
- 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)
AWSMediaStoreDataAsync
Provides a list of metadata entries about folders and objects in the specified folder.
listItemsAsync
in interface AWSMediaStoreDataAsync
public Future<ListItemsResult> listItemsAsync(ListItemsRequest request, AsyncHandler<ListItemsRequest,ListItemsResult> asyncHandler)
AWSMediaStoreDataAsync
Provides a list of metadata entries about folders and objects in the specified folder.
listItemsAsync
in interface AWSMediaStoreDataAsync
asyncHandler
- 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)
AWSMediaStoreDataAsync
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.
putObjectAsync
in interface AWSMediaStoreDataAsync
public Future<PutObjectResult> putObjectAsync(PutObjectRequest request, AsyncHandler<PutObjectRequest,PutObjectResult> asyncHandler)
AWSMediaStoreDataAsync
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.
putObjectAsync
in interface AWSMediaStoreDataAsync
asyncHandler
- 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.