Uses of Enum
software.amazon.awssdk.services.bedrockruntime.model.GuardrailPiiEntityType
Packages that use GuardrailPiiEntityType
-
Uses of GuardrailPiiEntityType in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return GuardrailPiiEntityTypeModifier and TypeMethodDescriptionstatic GuardrailPiiEntityTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final GuardrailPiiEntityTypeGuardrailPiiEntityFilter.type()The PII entity filter type.static GuardrailPiiEntityTypeReturns the enum constant of this type with the specified name.static GuardrailPiiEntityType[]GuardrailPiiEntityType.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 GuardrailPiiEntityTypeModifier and TypeMethodDescriptionstatic Set<GuardrailPiiEntityType>GuardrailPiiEntityType.knownValues()Methods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type GuardrailPiiEntityTypeModifier and TypeMethodDescriptionGuardrailPiiEntityFilter.Builder.type(GuardrailPiiEntityType type) The PII entity filter type.