Uses of Interface
software.amazon.awssdk.services.s3.model.CORSRule.Builder
Packages that use CORSRule.Builder
-
Uses of CORSRule.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return CORSRule.BuilderModifier and TypeMethodDescriptionCORSRule.Builder.allowedHeaders(String... allowedHeaders) Headers that are specified in theAccess-Control-Request-Headersheader.CORSRule.Builder.allowedHeaders(Collection<String> allowedHeaders) Headers that are specified in theAccess-Control-Request-Headersheader.CORSRule.Builder.allowedMethods(String... allowedMethods) An HTTP method that you allow the origin to execute.CORSRule.Builder.allowedMethods(Collection<String> allowedMethods) An HTTP method that you allow the origin to execute.CORSRule.Builder.allowedOrigins(String... allowedOrigins) One or more origins you want customers to be able to access the bucket from.CORSRule.Builder.allowedOrigins(Collection<String> allowedOrigins) One or more origins you want customers to be able to access the bucket from.static CORSRule.BuilderCORSRule.builder()CORSRule.Builder.exposeHeaders(String... exposeHeaders) One or more headers in the response that you want customers to be able to access from their applications (for example, from a JavaScriptXMLHttpRequestobject).CORSRule.Builder.exposeHeaders(Collection<String> exposeHeaders) One or more headers in the response that you want customers to be able to access from their applications (for example, from a JavaScriptXMLHttpRequestobject).Unique identifier for the rule.CORSRule.Builder.maxAgeSeconds(Integer maxAgeSeconds) The time in seconds that your browser is to cache the preflight response for the specified resource.CORSRule.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type CORSRule.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CORSRule.Builder>CORSRule.serializableBuilderClass()