Uses of Class
software.amazon.awssdk.services.mediastore.model.MethodName
-
Packages that use MethodName Package Description software.amazon.awssdk.services.mediastore.model -
-
Uses of MethodName in software.amazon.awssdk.services.mediastore.model
Methods in software.amazon.awssdk.services.mediastore.model that return MethodName Modifier and Type Method Description static MethodNameMethodName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static MethodNameMethodName. valueOf(String name)Returns the enum constant of this type with the specified name.static MethodName[]MethodName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mediastore.model that return types with arguments of type MethodName Modifier and Type Method Description List<MethodName>CorsRule. allowedMethods()Identifies an HTTP method that the origin that is specified in the rule is allowed to execute.static Set<MethodName>MethodName. knownValues()Methods in software.amazon.awssdk.services.mediastore.model with parameters of type MethodName Modifier and Type Method Description CorsRule.BuilderCorsRule.Builder. allowedMethods(MethodName... allowedMethods)Identifies an HTTP method that the origin that is specified in the rule is allowed to execute.Method parameters in software.amazon.awssdk.services.mediastore.model with type arguments of type MethodName Modifier and Type Method Description CorsRule.BuilderCorsRule.Builder. allowedMethods(Collection<MethodName> allowedMethods)Identifies an HTTP method that the origin that is specified in the rule is allowed to execute.
-