Uses of Class
software.amazon.awssdk.services.mediastore.model.GetCorsPolicyResponse
-
Packages that use GetCorsPolicyResponse Package Description software.amazon.awssdk.services.mediastore An AWS Elemental MediaStore container is a namespace that holds folders and objects. -
-
Uses of GetCorsPolicyResponse in software.amazon.awssdk.services.mediastore
Methods in software.amazon.awssdk.services.mediastore that return GetCorsPolicyResponse Modifier and Type Method Description default GetCorsPolicyResponseMediaStoreClient. getCorsPolicy(Consumer<GetCorsPolicyRequest.Builder> getCorsPolicyRequest)Returns the cross-origin resource sharing (CORS) configuration information that is set for the container.default GetCorsPolicyResponseMediaStoreClient. getCorsPolicy(GetCorsPolicyRequest getCorsPolicyRequest)Returns 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 GetCorsPolicyResponse Modifier and Type Method 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.
-