|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CorsConfiguration | |
---|---|
com.baidubce.services.bos.model |
Uses of CorsConfiguration in com.baidubce.services.bos.model |
---|
Methods in com.baidubce.services.bos.model that return CorsConfiguration | |
---|---|
CorsConfiguration |
CorsConfiguration.withAllowedExposeHeaders(List<String> allowedExposeHeaders)
Sets allowedExposeHeaders of Bucket CORS. |
CorsConfiguration |
CorsConfiguration.withAllowedHeaders(List<String> allowedHeaders)
Sets allowedHeaders of Bucket CORS. |
CorsConfiguration |
CorsConfiguration.withAllowedMethods(List<AllowedMethods> allowedMethods)
Sets allowedMethods of Bucket CORS. |
CorsConfiguration |
CorsConfiguration.withAllowedOrigins(List<String> allowedOrigins)
Sets allowedOrigins of Bucket CORS. |
CorsConfiguration |
CorsConfiguration.withMaxAgeSeconds(int maxAgeSeconds)
Sets maxAgeSeconds of Bucket CORS. |
Methods in com.baidubce.services.bos.model that return types with arguments of type CorsConfiguration | |
---|---|
List<CorsConfiguration> |
GetBucketCorsResponse.getCorsConfiguration()
Gets corsConfiguration of GetBucketCorsResponse. |
List<CorsConfiguration> |
SetBucketCorsRequest.getCorsConfigurationsList()
Gets the corsConfigurationsList for Bucket CORS. |
Method parameters in com.baidubce.services.bos.model with type arguments of type CorsConfiguration | |
---|---|
void |
GetBucketCorsResponse.setCorsConfiguration(List<CorsConfiguration> corsConfiguration)
Sets corsConfiguration of GetBucketCorsResponse. |
void |
SetBucketCorsRequest.setCorsConfigurationsList(List<CorsConfiguration> corsConfigurationsList)
Sets the corsConfigurationsList for Bucket CORS. |
Constructor parameters in com.baidubce.services.bos.model with type arguments of type CorsConfiguration | |
---|---|
GetBucketCorsResponse(List<CorsConfiguration> corsConfiguration)
Constructs a new GetBucketCorsResponse object for GetBucketCorsResponse. |
|
SetBucketCorsRequest(String bucketName,
List<CorsConfiguration> corsConfigurationsList)
Constructs a new SetBucketCorsRequest object, ready to set the specified Bucket CORS. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |