| Package | Description |
|---|---|
| com.amazonaws.services.mediastoredata |
An AWS Elemental MediaStore asset is an object, similar to an object in the Amazon S3 service.
|
| com.amazonaws.services.mediastoredata.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteObjectResult> |
AWSMediaStoreDataAsyncClient.deleteObjectAsync(DeleteObjectRequest request,
AsyncHandler<DeleteObjectRequest,DeleteObjectResult> asyncHandler) |
Future<DeleteObjectResult> |
AWSMediaStoreDataAsync.deleteObjectAsync(DeleteObjectRequest deleteObjectRequest,
AsyncHandler<DeleteObjectRequest,DeleteObjectResult> asyncHandler)
Deletes an object at the specified path.
|
Future<DeleteObjectResult> |
AbstractAWSMediaStoreDataAsync.deleteObjectAsync(DeleteObjectRequest request,
AsyncHandler<DeleteObjectRequest,DeleteObjectResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteObjectRequest |
DeleteObjectRequest.clone() |
DeleteObjectRequest |
DeleteObjectRequest.withPath(String path)
The path (including the file name) where the object is stored in the container.
|
Copyright © 2024. All rights reserved.