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 BuiltInParameter
BuiltInParameter. fromValue(String s)
BuiltInParameter
ParameterModel. getBuiltInEnum()
static BuiltInParameter
BuiltInParameter. 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.
-