Uses of Class
software.amazon.awssdk.services.mediastore.model.PutCorsPolicyRequest
-
Packages that use PutCorsPolicyRequest Package Description software.amazon.awssdk.services.mediastore An AWS Elemental MediaStore container is a namespace that holds folders and objects.software.amazon.awssdk.services.mediastore.transform -
-
Uses of PutCorsPolicyRequest in software.amazon.awssdk.services.mediastore
Methods in software.amazon.awssdk.services.mediastore with parameters of type PutCorsPolicyRequest Modifier and Type Method Description default CompletableFuture<PutCorsPolicyResponse>MediaStoreAsyncClient. putCorsPolicy(PutCorsPolicyRequest putCorsPolicyRequest)Sets the cross-origin resource sharing (CORS) configuration on a container so that the container can service cross-origin requests.default PutCorsPolicyResponseMediaStoreClient. putCorsPolicy(PutCorsPolicyRequest putCorsPolicyRequest)Sets the cross-origin resource sharing (CORS) configuration on a container so that the container can service cross-origin requests. -
Uses of PutCorsPolicyRequest in software.amazon.awssdk.services.mediastore.transform
Methods in software.amazon.awssdk.services.mediastore.transform with parameters of type PutCorsPolicyRequest Modifier and Type Method Description SdkHttpFullRequestPutCorsPolicyRequestMarshaller. marshall(PutCorsPolicyRequest putCorsPolicyRequest)
-