| 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 |
|---|---|
PutObjectResult |
AWSMediaStoreDataClient.putObject(PutObjectRequest request)
Uploads an object to the specified path.
|
PutObjectResult |
AbstractAWSMediaStoreData.putObject(PutObjectRequest request) |
PutObjectResult |
AWSMediaStoreData.putObject(PutObjectRequest putObjectRequest)
Uploads an object to the specified path.
|
Future<PutObjectResult> |
AbstractAWSMediaStoreDataAsync.putObjectAsync(PutObjectRequest request) |
Future<PutObjectResult> |
AWSMediaStoreDataAsyncClient.putObjectAsync(PutObjectRequest request) |
Future<PutObjectResult> |
AWSMediaStoreDataAsync.putObjectAsync(PutObjectRequest putObjectRequest)
Uploads an object to the specified path.
|
Future<PutObjectResult> |
AbstractAWSMediaStoreDataAsync.putObjectAsync(PutObjectRequest request,
AsyncHandler<PutObjectRequest,PutObjectResult> asyncHandler) |
Future<PutObjectResult> |
AWSMediaStoreDataAsyncClient.putObjectAsync(PutObjectRequest request,
AsyncHandler<PutObjectRequest,PutObjectResult> asyncHandler) |
Future<PutObjectResult> |
AWSMediaStoreDataAsync.putObjectAsync(PutObjectRequest putObjectRequest,
AsyncHandler<PutObjectRequest,PutObjectResult> asyncHandler)
Uploads an object to the specified path.
|
| Modifier and Type | Method and Description |
|---|---|
Future<PutObjectResult> |
AbstractAWSMediaStoreDataAsync.putObjectAsync(PutObjectRequest request,
AsyncHandler<PutObjectRequest,PutObjectResult> asyncHandler) |
Future<PutObjectResult> |
AWSMediaStoreDataAsyncClient.putObjectAsync(PutObjectRequest request,
AsyncHandler<PutObjectRequest,PutObjectResult> asyncHandler) |
Future<PutObjectResult> |
AWSMediaStoreDataAsync.putObjectAsync(PutObjectRequest putObjectRequest,
AsyncHandler<PutObjectRequest,PutObjectResult> asyncHandler)
Uploads an object to the specified path.
|
| Modifier and Type | Method and Description |
|---|---|
PutObjectRequest |
PutObjectRequest.clone() |
PutObjectRequest |
PutObjectRequest.withBody(InputStream body)
The bytes to be stored.
|
PutObjectRequest |
PutObjectRequest.withCacheControl(String cacheControl)
An optional
CacheControl header that allows the caller to control the object's cache behavior. |
PutObjectRequest |
PutObjectRequest.withContentType(String contentType)
The content type of the object.
|
PutObjectRequest |
PutObjectRequest.withPath(String path)
The path (including the file name) where the object is stored in the container.
|
PutObjectRequest |
PutObjectRequest.withStorageClass(StorageClass storageClass)
Indicates the storage class of a
Put request. |
PutObjectRequest |
PutObjectRequest.withStorageClass(String storageClass)
Indicates the storage class of a
Put request. |
PutObjectRequest |
PutObjectRequest.withUploadAvailability(String uploadAvailability)
Indicates the availability of an object while it is still uploading.
|
PutObjectRequest |
PutObjectRequest.withUploadAvailability(UploadAvailability uploadAvailability)
Indicates the availability of an object while it is still uploading.
|
Copyright © 2025. All rights reserved.