| 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 GetContainerPolicyResponse |
MediaStoreClient.getContainerPolicy(Consumer<GetContainerPolicyRequest.Builder> getContainerPolicyRequest)
Retrieves the access policy for the specified container.
|
default GetContainerPolicyResponse |
MediaStoreClient.getContainerPolicy(GetContainerPolicyRequest getContainerPolicyRequest)
Retrieves the access policy for the specified container.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetContainerPolicyResponse> |
MediaStoreAsyncClient.getContainerPolicy(Consumer<GetContainerPolicyRequest.Builder> getContainerPolicyRequest)
Retrieves the access policy for the specified container.
|
default CompletableFuture<GetContainerPolicyResponse> |
MediaStoreAsyncClient.getContainerPolicy(GetContainerPolicyRequest getContainerPolicyRequest)
Retrieves the access policy for the specified container.
|
Copyright © 2023. All rights reserved.