Uses of Class
software.amazon.awssdk.services.mediastore.model.CorsRule
-
Packages that use CorsRule Package Description software.amazon.awssdk.services.mediastore.model -
-
Uses of CorsRule in software.amazon.awssdk.services.mediastore.model
Methods in software.amazon.awssdk.services.mediastore.model that return types with arguments of type CorsRule Modifier and Type Method Description List<CorsRule>GetCorsPolicyResponse. corsPolicy()The CORS policy assigned to the container.List<CorsRule>PutCorsPolicyRequest. corsPolicy()The CORS policy to apply to the container.Methods in software.amazon.awssdk.services.mediastore.model with parameters of type CorsRule Modifier and Type Method Description GetCorsPolicyResponse.BuilderGetCorsPolicyResponse.Builder. corsPolicy(CorsRule... corsPolicy)The CORS policy assigned to the container.PutCorsPolicyRequest.BuilderPutCorsPolicyRequest.Builder. corsPolicy(CorsRule... corsPolicy)The CORS policy to apply to the container.Method parameters in software.amazon.awssdk.services.mediastore.model with type arguments of type CorsRule Modifier and Type Method Description GetCorsPolicyResponse.BuilderGetCorsPolicyResponse.Builder. corsPolicy(Collection<CorsRule> corsPolicy)The CORS policy assigned to the container.PutCorsPolicyRequest.BuilderPutCorsPolicyRequest.Builder. corsPolicy(Collection<CorsRule> corsPolicy)The CORS policy to apply to the container.
-