| 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 |
|---|---|
GetCorsPolicyResult |
AWSMediaStoreClient.getCorsPolicy(GetCorsPolicyRequest request)
Returns the cross-origin resource sharing (CORS) configuration information that is set for the container.
|
GetCorsPolicyResult |
AbstractAWSMediaStore.getCorsPolicy(GetCorsPolicyRequest request) |
GetCorsPolicyResult |
AWSMediaStore.getCorsPolicy(GetCorsPolicyRequest getCorsPolicyRequest)
Returns the cross-origin resource sharing (CORS) configuration information that is set for the container.
|
Future<GetCorsPolicyResult> |
AWSMediaStoreAsyncClient.getCorsPolicyAsync(GetCorsPolicyRequest request) |
Future<GetCorsPolicyResult> |
AbstractAWSMediaStoreAsync.getCorsPolicyAsync(GetCorsPolicyRequest request) |
Future<GetCorsPolicyResult> |
AWSMediaStoreAsync.getCorsPolicyAsync(GetCorsPolicyRequest getCorsPolicyRequest)
Returns the cross-origin resource sharing (CORS) configuration information that is set for the container.
|
Future<GetCorsPolicyResult> |
AWSMediaStoreAsyncClient.getCorsPolicyAsync(GetCorsPolicyRequest request,
AsyncHandler<GetCorsPolicyRequest,GetCorsPolicyResult> asyncHandler) |
Future<GetCorsPolicyResult> |
AbstractAWSMediaStoreAsync.getCorsPolicyAsync(GetCorsPolicyRequest request,
AsyncHandler<GetCorsPolicyRequest,GetCorsPolicyResult> asyncHandler) |
Future<GetCorsPolicyResult> |
AWSMediaStoreAsync.getCorsPolicyAsync(GetCorsPolicyRequest getCorsPolicyRequest,
AsyncHandler<GetCorsPolicyRequest,GetCorsPolicyResult> asyncHandler)
Returns the cross-origin resource sharing (CORS) configuration information that is set for the container.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetCorsPolicyResult> |
AWSMediaStoreAsyncClient.getCorsPolicyAsync(GetCorsPolicyRequest request,
AsyncHandler<GetCorsPolicyRequest,GetCorsPolicyResult> asyncHandler) |
Future<GetCorsPolicyResult> |
AbstractAWSMediaStoreAsync.getCorsPolicyAsync(GetCorsPolicyRequest request,
AsyncHandler<GetCorsPolicyRequest,GetCorsPolicyResult> asyncHandler) |
Future<GetCorsPolicyResult> |
AWSMediaStoreAsync.getCorsPolicyAsync(GetCorsPolicyRequest getCorsPolicyRequest,
AsyncHandler<GetCorsPolicyRequest,GetCorsPolicyResult> asyncHandler)
Returns the cross-origin resource sharing (CORS) configuration information that is set for the container.
|
| Modifier and Type | Method and Description |
|---|---|
GetCorsPolicyRequest |
GetCorsPolicyRequest.clone() |
GetCorsPolicyRequest |
GetCorsPolicyRequest.withContainerName(String containerName)
The name of the container that the policy is assigned to.
|
Copyright © 2024. All rights reserved.