Uses of Class
software.amazon.awssdk.codegen.model.rules.endpoints.BuiltInParameter
-
Packages that use BuiltInParameter Package Description software.amazon.awssdk.codegen.model.rules.endpoints -
-
Uses of BuiltInParameter in software.amazon.awssdk.codegen.model.rules.endpoints
Methods in software.amazon.awssdk.codegen.model.rules.endpoints that return BuiltInParameter Modifier and Type Method Description static BuiltInParameterBuiltInParameter. fromValue(String s)BuiltInParameterParameterModel. getBuiltInEnum()static BuiltInParameterBuiltInParameter. valueOf(String name)Returns the enum constant of this type with the specified name.static BuiltInParameter[]BuiltInParameter. values()Returns an array containing the constants of this enum type, in the order they are declared.
-