| 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 |
|---|---|
DescribeObjectResult |
AWSMediaStoreDataClient.describeObject(DescribeObjectRequest request)
Gets the headers for an object at the specified path.
|
DescribeObjectResult |
AbstractAWSMediaStoreData.describeObject(DescribeObjectRequest request) |
DescribeObjectResult |
AWSMediaStoreData.describeObject(DescribeObjectRequest describeObjectRequest)
Gets the headers for an object at the specified path.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeObjectResult> |
AbstractAWSMediaStoreDataAsync.describeObjectAsync(DescribeObjectRequest request,
AsyncHandler<DescribeObjectRequest,DescribeObjectResult> asyncHandler) |
Future<DescribeObjectResult> |
AWSMediaStoreDataAsyncClient.describeObjectAsync(DescribeObjectRequest request,
AsyncHandler<DescribeObjectRequest,DescribeObjectResult> asyncHandler) |
Future<DescribeObjectResult> |
AWSMediaStoreDataAsync.describeObjectAsync(DescribeObjectRequest describeObjectRequest,
AsyncHandler<DescribeObjectRequest,DescribeObjectResult> asyncHandler)
Gets the headers for an object at the specified path.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeObjectResult |
DescribeObjectResult.clone() |
DescribeObjectResult |
DescribeObjectResult.withCacheControl(String cacheControl)
An optional
CacheControl header that allows the caller to control the object's cache behavior. |
DescribeObjectResult |
DescribeObjectResult.withContentLength(Long contentLength)
The length of the object in bytes.
|
DescribeObjectResult |
DescribeObjectResult.withContentType(String contentType)
The content type of the object.
|
DescribeObjectResult |
DescribeObjectResult.withETag(String eTag)
The ETag that represents a unique instance of the object.
|
DescribeObjectResult |
DescribeObjectResult.withLastModified(Date lastModified)
The date and time that the object was last modified.
|
Copyright © 2025. All rights reserved.