Uses of Class
software.amazon.awssdk.services.mediastore.model.GetCorsPolicyRequest
-
Packages that use GetCorsPolicyRequest 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 GetCorsPolicyRequest in software.amazon.awssdk.services.mediastore
Methods in software.amazon.awssdk.services.mediastore with parameters of type GetCorsPolicyRequest Modifier and Type Method Description default CompletableFuture<GetCorsPolicyResponse>MediaStoreAsyncClient. getCorsPolicy(GetCorsPolicyRequest 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. -
Uses of GetCorsPolicyRequest in software.amazon.awssdk.services.mediastore.transform
Methods in software.amazon.awssdk.services.mediastore.transform with parameters of type GetCorsPolicyRequest Modifier and Type Method Description SdkHttpFullRequestGetCorsPolicyRequestMarshaller. marshall(GetCorsPolicyRequest getCorsPolicyRequest)
-