| Package | Description |
|---|---|
| com.amazonaws.services.mediastore |
An AWS Elemental MediaStore container is a namespace that holds folders and objects.
|
| com.amazonaws.services.mediastore.model |
| Modifier and Type | Method and Description |
|---|---|
PutContainerPolicyResult |
AWSMediaStoreClient.putContainerPolicy(PutContainerPolicyRequest request)
Creates an access policy for the specified container to restrict the users and clients that can access it.
|
PutContainerPolicyResult |
AbstractAWSMediaStore.putContainerPolicy(PutContainerPolicyRequest request) |
PutContainerPolicyResult |
AWSMediaStore.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 |
|---|---|
Future<PutContainerPolicyResult> |
AWSMediaStoreAsyncClient.putContainerPolicyAsync(PutContainerPolicyRequest request,
AsyncHandler<PutContainerPolicyRequest,PutContainerPolicyResult> asyncHandler) |
Future<PutContainerPolicyResult> |
AbstractAWSMediaStoreAsync.putContainerPolicyAsync(PutContainerPolicyRequest request,
AsyncHandler<PutContainerPolicyRequest,PutContainerPolicyResult> asyncHandler) |
Future<PutContainerPolicyResult> |
AWSMediaStoreAsync.putContainerPolicyAsync(PutContainerPolicyRequest putContainerPolicyRequest,
AsyncHandler<PutContainerPolicyRequest,PutContainerPolicyResult> asyncHandler)
Creates an access policy for the specified container to restrict the users and clients that can access it.
|
| Modifier and Type | Method and Description |
|---|---|
PutContainerPolicyResult |
PutContainerPolicyResult.clone() |
Copyright © 2024. All rights reserved.