| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediastoredata |
An AWS Elemental MediaStore asset is an object, similar to an object in the Amazon S3 service.
|
| Modifier and Type | Method and Description |
|---|---|
default DescribeObjectResponse |
MediaStoreDataClient.describeObject(Consumer<DescribeObjectRequest.Builder> describeObjectRequest)
Gets the headers for an object at the specified path.
|
default DescribeObjectResponse |
MediaStoreDataClient.describeObject(DescribeObjectRequest describeObjectRequest)
Gets the headers for an object at the specified path.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeObjectResponse> |
MediaStoreDataAsyncClient.describeObject(Consumer<DescribeObjectRequest.Builder> describeObjectRequest)
Gets the headers for an object at the specified path.
|
default CompletableFuture<DescribeObjectResponse> |
MediaStoreDataAsyncClient.describeObject(DescribeObjectRequest describeObjectRequest)
Gets the headers for an object at the specified path.
|
Copyright © 2021. All rights reserved.