| 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 |
|---|---|
Future<DeleteContainerPolicyResult> |
AWSMediaStoreAsyncClient.deleteContainerPolicyAsync(DeleteContainerPolicyRequest request,
AsyncHandler<DeleteContainerPolicyRequest,DeleteContainerPolicyResult> asyncHandler) |
Future<DeleteContainerPolicyResult> |
AbstractAWSMediaStoreAsync.deleteContainerPolicyAsync(DeleteContainerPolicyRequest request,
AsyncHandler<DeleteContainerPolicyRequest,DeleteContainerPolicyResult> asyncHandler) |
Future<DeleteContainerPolicyResult> |
AWSMediaStoreAsync.deleteContainerPolicyAsync(DeleteContainerPolicyRequest deleteContainerPolicyRequest,
AsyncHandler<DeleteContainerPolicyRequest,DeleteContainerPolicyResult> asyncHandler)
Deletes the access policy that is associated with the specified container.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteContainerPolicyRequest |
DeleteContainerPolicyRequest.clone() |
DeleteContainerPolicyRequest |
DeleteContainerPolicyRequest.withContainerName(String containerName)
The name of the container that holds the policy.
|
Copyright © 2023. All rights reserved.