Uses of Enum
com.amazonaws.services.s3.model.CORSRule.AllowedMethods
Packages that use CORSRule.AllowedMethods
Package
Description
Classes modeling the various types represented by Amazon S3.
-
Uses of CORSRule.AllowedMethods in com.amazonaws.services.s3.model
Subclasses with type arguments of type CORSRule.AllowedMethods in com.amazonaws.services.s3.modelModifier and TypeClassDescriptionstatic enumEnumeration of names of the all the allowed methods.Methods in com.amazonaws.services.s3.model that return CORSRule.AllowedMethodsModifier and TypeMethodDescriptionstatic CORSRule.AllowedMethodsstatic CORSRule.AllowedMethodsReturns the enum constant of this type with the specified name.static CORSRule.AllowedMethods[]CORSRule.AllowedMethods.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.s3.model that return types with arguments of type CORSRule.AllowedMethodsModifier and TypeMethodDescriptionCORSRule.getAllowedMethods()Returns the allowed methods of this rule.Methods in com.amazonaws.services.s3.model with parameters of type CORSRule.AllowedMethodsModifier and TypeMethodDescriptionvoidCORSRule.setAllowedMethods(CORSRule.AllowedMethods... allowedMethods) Convenience array style method forCORSRule.setAllowedMethods(List)Method parameters in com.amazonaws.services.s3.model with type arguments of type CORSRule.AllowedMethodsModifier and TypeMethodDescriptionvoidCORSRule.setAllowedMethods(List<CORSRule.AllowedMethods> allowedMethods) Sets the allowed methods of the rule.CORSRule.withAllowedMethods(List<CORSRule.AllowedMethods> allowedMethods) Sets the allowed methods of this rule and returns a reference to this object for method chaining.