| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediastore |
An AWS Elemental MediaStore container is a namespace that holds folders and objects.
|
| Modifier and Type | Method and Description |
|---|---|
default GetCorsPolicyResponse |
MediaStoreClient.getCorsPolicy(Consumer<GetCorsPolicyRequest.Builder> getCorsPolicyRequest)
Returns the cross-origin resource sharing (CORS) configuration information that is set for the container.
|
default GetCorsPolicyResponse |
MediaStoreClient.getCorsPolicy(GetCorsPolicyRequest getCorsPolicyRequest)
Returns the cross-origin resource sharing (CORS) configuration information that is set for the container.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetCorsPolicyResponse> |
MediaStoreAsyncClient.getCorsPolicy(Consumer<GetCorsPolicyRequest.Builder> getCorsPolicyRequest)
Returns the cross-origin resource sharing (CORS) configuration information that is set for the container.
|
default CompletableFuture<GetCorsPolicyResponse> |
MediaStoreAsyncClient.getCorsPolicy(GetCorsPolicyRequest getCorsPolicyRequest)
Returns the cross-origin resource sharing (CORS) configuration information that is set for the container.
|
Copyright © 2023. All rights reserved.