Uses of Class
software.amazon.awssdk.services.mediastore.model.DeleteCorsPolicyResponse
-
Packages that use DeleteCorsPolicyResponse Package Description software.amazon.awssdk.services.mediastore An AWS Elemental MediaStore container is a namespace that holds folders and objects. -
-
Uses of DeleteCorsPolicyResponse in software.amazon.awssdk.services.mediastore
Methods in software.amazon.awssdk.services.mediastore that return DeleteCorsPolicyResponse Modifier and Type Method Description default DeleteCorsPolicyResponseMediaStoreClient. deleteCorsPolicy(Consumer<DeleteCorsPolicyRequest.Builder> deleteCorsPolicyRequest)Deletes the cross-origin resource sharing (CORS) configuration information that is set for the container.default DeleteCorsPolicyResponseMediaStoreClient. deleteCorsPolicy(DeleteCorsPolicyRequest deleteCorsPolicyRequest)Deletes the cross-origin resource sharing (CORS) configuration information that is set for the container.Methods in software.amazon.awssdk.services.mediastore that return types with arguments of type DeleteCorsPolicyResponse Modifier and Type Method Description default CompletableFuture<DeleteCorsPolicyResponse>MediaStoreAsyncClient. deleteCorsPolicy(Consumer<DeleteCorsPolicyRequest.Builder> deleteCorsPolicyRequest)Deletes the cross-origin resource sharing (CORS) configuration information that is set for the container.default CompletableFuture<DeleteCorsPolicyResponse>MediaStoreAsyncClient. deleteCorsPolicy(DeleteCorsPolicyRequest deleteCorsPolicyRequest)Deletes the cross-origin resource sharing (CORS) configuration information that is set for the container.
-