Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.ApplyGuardrailResponse
-
Packages that use ApplyGuardrailResponse Package Description software.amazon.awssdk.services.bedrockruntime Describes the API operations for running inference using Amazon Bedrock models. -
-
Uses of ApplyGuardrailResponse in software.amazon.awssdk.services.bedrockruntime
Methods in software.amazon.awssdk.services.bedrockruntime that return ApplyGuardrailResponse Modifier and Type Method Description default ApplyGuardrailResponseBedrockRuntimeClient. applyGuardrail(Consumer<ApplyGuardrailRequest.Builder> applyGuardrailRequest)The action to apply a guardrail.default ApplyGuardrailResponseBedrockRuntimeClient. applyGuardrail(ApplyGuardrailRequest applyGuardrailRequest)The action to apply a guardrail.Methods in software.amazon.awssdk.services.bedrockruntime that return types with arguments of type ApplyGuardrailResponse Modifier and Type Method Description default CompletableFuture<ApplyGuardrailResponse>BedrockRuntimeAsyncClient. applyGuardrail(Consumer<ApplyGuardrailRequest.Builder> applyGuardrailRequest)The action to apply a guardrail.default CompletableFuture<ApplyGuardrailResponse>BedrockRuntimeAsyncClient. applyGuardrail(ApplyGuardrailRequest applyGuardrailRequest)The action to apply a guardrail.
-