Uses of Class
software.amazon.awssdk.services.bedrock.model.UpdateGuardrailResponse
-
Packages that use UpdateGuardrailResponse Package Description software.amazon.awssdk.services.bedrock Describes the API operations for creating, managing, fine-turning, and evaluating Amazon Bedrock models. -
-
Uses of UpdateGuardrailResponse in software.amazon.awssdk.services.bedrock
Methods in software.amazon.awssdk.services.bedrock that return UpdateGuardrailResponse Modifier and Type Method Description default UpdateGuardrailResponseBedrockClient. updateGuardrail(Consumer<UpdateGuardrailRequest.Builder> updateGuardrailRequest)Updates a guardrail with the values you specify.default UpdateGuardrailResponseBedrockClient. updateGuardrail(UpdateGuardrailRequest updateGuardrailRequest)Updates a guardrail with the values you specify.Methods in software.amazon.awssdk.services.bedrock that return types with arguments of type UpdateGuardrailResponse Modifier and Type Method Description default CompletableFuture<UpdateGuardrailResponse>BedrockAsyncClient. updateGuardrail(Consumer<UpdateGuardrailRequest.Builder> updateGuardrailRequest)Updates a guardrail with the values you specify.default CompletableFuture<UpdateGuardrailResponse>BedrockAsyncClient. updateGuardrail(UpdateGuardrailRequest updateGuardrailRequest)Updates a guardrail with the values you specify.
-