Uses of Class
software.amazon.awssdk.services.bedrock.model.GuardrailCrossRegionConfig
-
Packages that use GuardrailCrossRegionConfig Package Description software.amazon.awssdk.services.bedrock.model -
-
Uses of GuardrailCrossRegionConfig in software.amazon.awssdk.services.bedrock.model
Methods in software.amazon.awssdk.services.bedrock.model that return GuardrailCrossRegionConfig Modifier and Type Method Description GuardrailCrossRegionConfigCreateGuardrailRequest. crossRegionConfig()The system-defined guardrail profile that you're using with your guardrail.GuardrailCrossRegionConfigUpdateGuardrailRequest. crossRegionConfig()The system-defined guardrail profile that you're using with your guardrail.Methods in software.amazon.awssdk.services.bedrock.model with parameters of type GuardrailCrossRegionConfig Modifier and Type Method Description CreateGuardrailRequest.BuilderCreateGuardrailRequest.Builder. crossRegionConfig(GuardrailCrossRegionConfig crossRegionConfig)The system-defined guardrail profile that you're using with your guardrail.UpdateGuardrailRequest.BuilderUpdateGuardrailRequest.Builder. crossRegionConfig(GuardrailCrossRegionConfig crossRegionConfig)The system-defined guardrail profile that you're using with your guardrail.
-