| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediastore |
An AWS Elemental MediaStore container is a namespace that holds folders and objects.
|
| Modifier and Type | Method and Description |
|---|---|
default DescribeContainerResponse |
MediaStoreClient.describeContainer(Consumer<DescribeContainerRequest.Builder> describeContainerRequest)
Retrieves the properties of the requested container.
|
default DescribeContainerResponse |
MediaStoreClient.describeContainer(DescribeContainerRequest describeContainerRequest)
Retrieves the properties of the requested container.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeContainerResponse> |
MediaStoreAsyncClient.describeContainer(Consumer<DescribeContainerRequest.Builder> describeContainerRequest)
Retrieves the properties of the requested container.
|
default CompletableFuture<DescribeContainerResponse> |
MediaStoreAsyncClient.describeContainer(DescribeContainerRequest describeContainerRequest)
Retrieves the properties of the requested container.
|
Copyright © 2023. All rights reserved.