Uses of Enum
software.amazon.awssdk.services.bedrockruntime.model.GuardrailChecksRole
Packages that use GuardrailChecksRole
-
Uses of GuardrailChecksRole in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return GuardrailChecksRoleModifier and TypeMethodDescriptionstatic GuardrailChecksRoleUse this in place of valueOf to convert the raw string returned by the service into the enum value.final GuardrailChecksRoleGuardrailChecksMessage.role()The role of the message sender.static GuardrailChecksRoleReturns the enum constant of this type with the specified name.static GuardrailChecksRole[]GuardrailChecksRole.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockruntime.model that return types with arguments of type GuardrailChecksRoleModifier and TypeMethodDescriptionstatic Set<GuardrailChecksRole>GuardrailChecksRole.knownValues()Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type GuardrailChecksRoleModifier and TypeMethodDescriptionGuardrailChecksMessage.Builder.role(GuardrailChecksRole role) The role of the message sender.