Uses of Enum
software.amazon.awssdk.services.bedrockagentruntime.model.GuardrailPiiEntityType
Packages that use GuardrailPiiEntityType
-
Uses of GuardrailPiiEntityType in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.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 type of PII the Guardrail filter has identified and removed.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.bedrockagentruntime.model that return types with arguments of type GuardrailPiiEntityTypeModifier and TypeMethodDescriptionstatic Set<GuardrailPiiEntityType>GuardrailPiiEntityType.knownValues()Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type GuardrailPiiEntityTypeModifier and TypeMethodDescriptionGuardrailPiiEntityFilter.Builder.type(GuardrailPiiEntityType type) The type of PII the Guardrail filter has identified and removed.