| 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 |
|---|---|
GetObjectResult |
AWSMediaStoreDataClient.getObject(GetObjectRequest request)
Downloads the object at the specified path.
|
GetObjectResult |
AWSMediaStoreData.getObject(GetObjectRequest getObjectRequest)
Downloads the object at the specified path.
|
GetObjectResult |
AbstractAWSMediaStoreData.getObject(GetObjectRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetObjectResult> |
AbstractAWSMediaStoreDataAsync.getObjectAsync(GetObjectRequest request) |
Future<GetObjectResult> |
AWSMediaStoreDataAsyncClient.getObjectAsync(GetObjectRequest request) |
Future<GetObjectResult> |
AWSMediaStoreDataAsync.getObjectAsync(GetObjectRequest getObjectRequest)
Downloads the object at the specified path.
|
Future<GetObjectResult> |
AbstractAWSMediaStoreDataAsync.getObjectAsync(GetObjectRequest request,
AsyncHandler<GetObjectRequest,GetObjectResult> asyncHandler) |
Future<GetObjectResult> |
AWSMediaStoreDataAsyncClient.getObjectAsync(GetObjectRequest request,
AsyncHandler<GetObjectRequest,GetObjectResult> asyncHandler) |
Future<GetObjectResult> |
AWSMediaStoreDataAsync.getObjectAsync(GetObjectRequest getObjectRequest,
AsyncHandler<GetObjectRequest,GetObjectResult> asyncHandler)
Downloads the object at the specified path.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetObjectResult> |
AbstractAWSMediaStoreDataAsync.getObjectAsync(GetObjectRequest request,
AsyncHandler<GetObjectRequest,GetObjectResult> asyncHandler) |
Future<GetObjectResult> |
AWSMediaStoreDataAsyncClient.getObjectAsync(GetObjectRequest request,
AsyncHandler<GetObjectRequest,GetObjectResult> asyncHandler) |
Future<GetObjectResult> |
AWSMediaStoreDataAsync.getObjectAsync(GetObjectRequest getObjectRequest,
AsyncHandler<GetObjectRequest,GetObjectResult> asyncHandler)
Downloads the object at the specified path.
|
| Modifier and Type | Method and Description |
|---|---|
GetObjectResult |
GetObjectResult.clone() |
GetObjectResult |
GetObjectResult.withBody(InputStream body)
The bytes of the object.
|
GetObjectResult |
GetObjectResult.withCacheControl(String cacheControl)
An optional
CacheControl header that allows the caller to control the object's cache behavior. |
GetObjectResult |
GetObjectResult.withContentLength(Long contentLength)
The length of the object in bytes.
|
GetObjectResult |
GetObjectResult.withContentRange(String contentRange)
The range of bytes to retrieve.
|
GetObjectResult |
GetObjectResult.withContentType(String contentType)
The content type of the object.
|
GetObjectResult |
GetObjectResult.withETag(String eTag)
The ETag that represents a unique instance of the object.
|
GetObjectResult |
GetObjectResult.withLastModified(Date lastModified)
The date and time that the object was last modified.
|
GetObjectResult |
GetObjectResult.withStatusCode(Integer statusCode)
The HTML status code of the request.
|
Copyright © 2024. All rights reserved.