Uses of Enum
software.amazon.awssdk.services.bedrockagentruntime.model.GuardrailTopicType
Packages that use GuardrailTopicType
-
Uses of GuardrailTopicType in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return GuardrailTopicTypeModifier and TypeMethodDescriptionstatic GuardrailTopicTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final GuardrailTopicTypeGuardrailTopic.type()The type details on a specific topic in the Guardrail.static GuardrailTopicTypeReturns the enum constant of this type with the specified name.static GuardrailTopicType[]GuardrailTopicType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type GuardrailTopicTypeModifier and TypeMethodDescriptionstatic Set<GuardrailTopicType>GuardrailTopicType.knownValues()Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type GuardrailTopicTypeModifier and TypeMethodDescriptionGuardrailTopic.Builder.type(GuardrailTopicType type) The type details on a specific topic in the Guardrail.