| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetCorsPolicyResult> |
AWSMediaStoreAsyncClient.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> |
AbstractAWSMediaStoreAsync.getCorsPolicyAsync(GetCorsPolicyRequest request) |
Future<GetCorsPolicyResult> |
AWSMediaStoreAsyncClient.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.
|
Future<GetCorsPolicyResult> |
AbstractAWSMediaStoreAsync.getCorsPolicyAsync(GetCorsPolicyRequest request,
AsyncHandler<GetCorsPolicyRequest,GetCorsPolicyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetCorsPolicyResult> |
AWSMediaStoreAsyncClient.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.
|
Future<GetCorsPolicyResult> |
AbstractAWSMediaStoreAsync.getCorsPolicyAsync(GetCorsPolicyRequest request,
AsyncHandler<GetCorsPolicyRequest,GetCorsPolicyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetCorsPolicyResult |
GetCorsPolicyResult.clone() |
GetCorsPolicyResult |
GetCorsPolicyResult.withCorsPolicy(Collection<CorsRule> corsPolicy)
The CORS policy assigned to the container.
|
GetCorsPolicyResult |
GetCorsPolicyResult.withCorsPolicy(CorsRule... corsPolicy)
The CORS policy assigned to the container.
|
Copyright © 2023. All rights reserved.