Uses of Enum
software.amazon.awssdk.services.bedrockruntime.model.GuardrailChecksSensitiveInformationEntityType
Packages that use GuardrailChecksSensitiveInformationEntityType
-
Uses of GuardrailChecksSensitiveInformationEntityType in software.amazon.awssdk.services.bedrockruntime.model
Methods in software.amazon.awssdk.services.bedrockruntime.model that return GuardrailChecksSensitiveInformationEntityTypeModifier and TypeMethodDescriptionUse this in place of valueOf to convert the raw string returned by the service into the enum value.GuardrailChecksSensitiveInformationEntityConfig.type()The PII entity type to detect.GuardrailChecksSensitiveInformationResultEntry.type()The PII entity type that was detected.Returns the enum constant of this type with the specified name.GuardrailChecksSensitiveInformationEntityType.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 GuardrailChecksSensitiveInformationEntityTypeMethods in software.amazon.awssdk.services.bedrockruntime.model with parameters of type GuardrailChecksSensitiveInformationEntityTypeModifier and TypeMethodDescriptionGuardrailChecksSensitiveInformationEntityConfig.Builder.type(GuardrailChecksSensitiveInformationEntityType type) The PII entity type to detect.GuardrailChecksSensitiveInformationResultEntry.Builder.type(GuardrailChecksSensitiveInformationEntityType type) The PII entity type that was detected.