| 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 PutContainerPolicyResponse |
MediaStoreClient.putContainerPolicy(Consumer<PutContainerPolicyRequest.Builder> putContainerPolicyRequest)
Creates an access policy for the specified container to restrict the users and clients that can access it.
|
default PutContainerPolicyResponse |
MediaStoreClient.putContainerPolicy(PutContainerPolicyRequest putContainerPolicyRequest)
Creates an access policy for the specified container to restrict the users and clients that can access it.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutContainerPolicyResponse> |
MediaStoreAsyncClient.putContainerPolicy(Consumer<PutContainerPolicyRequest.Builder> putContainerPolicyRequest)
Creates an access policy for the specified container to restrict the users and clients that can access it.
|
default CompletableFuture<PutContainerPolicyResponse> |
MediaStoreAsyncClient.putContainerPolicy(PutContainerPolicyRequest putContainerPolicyRequest)
Creates an access policy for the specified container to restrict the users and clients that can access it.
|
Copyright © 2023. All rights reserved.