Uses of Enum
software.amazon.awssdk.services.bedrockagentcore.model.ProgrammingLanguage
Packages that use ProgrammingLanguage
-
Uses of ProgrammingLanguage in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return ProgrammingLanguageModifier and TypeMethodDescriptionstatic ProgrammingLanguageUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ProgrammingLanguageToolArguments.language()The programming language of the code to execute.static ProgrammingLanguageReturns the enum constant of this type with the specified name.static ProgrammingLanguage[]ProgrammingLanguage.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type ProgrammingLanguageModifier and TypeMethodDescriptionstatic Set<ProgrammingLanguage>ProgrammingLanguage.knownValues()Methods in software.amazon.awssdk.services.bedrockagentcore.model with parameters of type ProgrammingLanguageModifier and TypeMethodDescriptionToolArguments.Builder.language(ProgrammingLanguage language) The programming language of the code to execute.