Uses of Class
software.amazon.awssdk.services.mediastoredata.model.DeleteObjectResponse
-
Packages that use DeleteObjectResponse Package Description software.amazon.awssdk.services.mediastoredata An AWS Elemental MediaStore asset is an object, similar to an object in the Amazon S3 service. -
-
Uses of DeleteObjectResponse in software.amazon.awssdk.services.mediastoredata
Methods in software.amazon.awssdk.services.mediastoredata that return DeleteObjectResponse Modifier and Type Method Description default DeleteObjectResponseMediaStoreDataClient. deleteObject(Consumer<DeleteObjectRequest.Builder> deleteObjectRequest)Deletes an object at the specified path.default DeleteObjectResponseMediaStoreDataClient. deleteObject(DeleteObjectRequest deleteObjectRequest)Deletes an object at the specified path.Methods in software.amazon.awssdk.services.mediastoredata that return types with arguments of type DeleteObjectResponse Modifier and Type Method Description default CompletableFuture<DeleteObjectResponse>MediaStoreDataAsyncClient. deleteObject(Consumer<DeleteObjectRequest.Builder> deleteObjectRequest)Deletes an object at the specified path.default CompletableFuture<DeleteObjectResponse>MediaStoreDataAsyncClient. deleteObject(DeleteObjectRequest deleteObjectRequest)Deletes an object at the specified path.
-