Uses of Class
com.baidubce.services.bos.model.AllowedMethods

Packages that use AllowedMethods
com.baidubce.services.bos.model   
 

Uses of AllowedMethods in com.baidubce.services.bos.model
 

Methods in com.baidubce.services.bos.model that return AllowedMethods
static AllowedMethods AllowedMethods.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AllowedMethods[] AllowedMethods.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.baidubce.services.bos.model that return types with arguments of type AllowedMethods
 List<AllowedMethods> CorsConfiguration.getAllowedMethods()
          Gets allowedMethods of Bucket CORS.
 

Method parameters in com.baidubce.services.bos.model with type arguments of type AllowedMethods
 void CorsConfiguration.setAllowedMethods(List<AllowedMethods> allowedMethods)
          Sets allowedMethods of Bucket CORS.
 CorsConfiguration CorsConfiguration.withAllowedMethods(List<AllowedMethods> allowedMethods)
          Sets allowedMethods of Bucket CORS.
 

Constructor parameters in com.baidubce.services.bos.model with type arguments of type AllowedMethods
CorsConfiguration(List<String> allowedOrigins, List<AllowedMethods> allowedMethods, List<String> allowedHeaders, List<String> allowedExposeHeaders, int maxAgeSeconds)
          The Constructor of Bucket CORS.
 



Copyright © 2018. All rights reserved.