| 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) |
Future<GetObjectResult> |
AbstractAWSMediaStoreDataAsync.getObjectAsync(GetObjectRequest request) |
Future<GetObjectResult> |
AWSMediaStoreDataAsync.getObjectAsync(GetObjectRequest getObjectRequest)
Downloads the object at the specified path.
|
Future<GetObjectResult> |
AWSMediaStoreDataAsyncClient.getObjectAsync(GetObjectRequest request) |
Future<GetObjectResult> |
AbstractAWSMediaStoreDataAsync.getObjectAsync(GetObjectRequest request,
AsyncHandler<GetObjectRequest,GetObjectResult> asyncHandler) |
Future<GetObjectResult> |
AWSMediaStoreDataAsync.getObjectAsync(GetObjectRequest getObjectRequest,
AsyncHandler<GetObjectRequest,GetObjectResult> asyncHandler)
Downloads the object at the specified path.
|
Future<GetObjectResult> |
AWSMediaStoreDataAsyncClient.getObjectAsync(GetObjectRequest request,
AsyncHandler<GetObjectRequest,GetObjectResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetObjectResult> |
AbstractAWSMediaStoreDataAsync.getObjectAsync(GetObjectRequest request,
AsyncHandler<GetObjectRequest,GetObjectResult> asyncHandler) |
Future<GetObjectResult> |
AWSMediaStoreDataAsync.getObjectAsync(GetObjectRequest getObjectRequest,
AsyncHandler<GetObjectRequest,GetObjectResult> asyncHandler)
Downloads the object at the specified path.
|
Future<GetObjectResult> |
AWSMediaStoreDataAsyncClient.getObjectAsync(GetObjectRequest request,
AsyncHandler<GetObjectRequest,GetObjectResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetObjectRequest |
GetObjectRequest.clone() |
GetObjectRequest |
GetObjectRequest.withPath(String path)
The path (including the file name) where the object is stored in the container.
|
GetObjectRequest |
GetObjectRequest.withRange(String range)
The range bytes of an object to retrieve.
|
Copyright © 2020. All rights reserved.