Uses of Enum
software.amazon.awscdk.services.s3.HttpMethods
Packages that use HttpMethods
-
Uses of HttpMethods in software.amazon.awscdk.services.s3
Methods in software.amazon.awscdk.services.s3 that return HttpMethodsModifier and TypeMethodDescriptionstatic HttpMethods
Returns the enum constant of this type with the specified name.static HttpMethods[]
HttpMethods.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.s3 that return types with arguments of type HttpMethodsModifier and TypeMethodDescriptionCorsRule.getAllowedMethods()
An HTTP method that you allow the origin to execute.final List<HttpMethods>
CorsRule.Jsii$Proxy.getAllowedMethods()
Method parameters in software.amazon.awscdk.services.s3 with type arguments of type HttpMethodsModifier and TypeMethodDescriptionCorsRule.Builder.allowedMethods
(List<? extends HttpMethods> allowedMethods) Sets the value ofCorsRule.getAllowedMethods()