| 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 |
|---|---|
GetContainerPolicyResult |
AWSMediaStoreClient.getContainerPolicy(GetContainerPolicyRequest request)
Retrieves the access policy for the specified container.
|
GetContainerPolicyResult |
AWSMediaStore.getContainerPolicy(GetContainerPolicyRequest getContainerPolicyRequest)
Retrieves the access policy for the specified container.
|
GetContainerPolicyResult |
AbstractAWSMediaStore.getContainerPolicy(GetContainerPolicyRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetContainerPolicyResult> |
AbstractAWSMediaStoreAsync.getContainerPolicyAsync(GetContainerPolicyRequest request,
AsyncHandler<GetContainerPolicyRequest,GetContainerPolicyResult> asyncHandler) |
Future<GetContainerPolicyResult> |
AWSMediaStoreAsyncClient.getContainerPolicyAsync(GetContainerPolicyRequest request,
AsyncHandler<GetContainerPolicyRequest,GetContainerPolicyResult> asyncHandler) |
Future<GetContainerPolicyResult> |
AWSMediaStoreAsync.getContainerPolicyAsync(GetContainerPolicyRequest getContainerPolicyRequest,
AsyncHandler<GetContainerPolicyRequest,GetContainerPolicyResult> asyncHandler)
Retrieves the access policy for the specified container.
|
| Modifier and Type | Method and Description |
|---|---|
GetContainerPolicyResult |
GetContainerPolicyResult.clone() |
GetContainerPolicyResult |
GetContainerPolicyResult.withPolicy(String policy)
The contents of the access policy.
|
Copyright © 2023. All rights reserved.