Uses of Class
software.amazon.awssdk.services.bedrockruntime.model.AccessDeniedException
-
Packages that use AccessDeniedException Package Description software.amazon.awssdk.services.bedrockruntime Describes the API operations for running inference using Bedrock models. -
-
Uses of AccessDeniedException in software.amazon.awssdk.services.bedrockruntime
Methods in software.amazon.awssdk.services.bedrockruntime that throw AccessDeniedException Modifier and Type Method Description default InvokeModelResponseBedrockRuntimeClient. invokeModel(Consumer<InvokeModelRequest.Builder> invokeModelRequest)Invokes the specified Bedrock model to run inference using the input provided in the request body.default InvokeModelResponseBedrockRuntimeClient. invokeModel(InvokeModelRequest invokeModelRequest)Invokes the specified Bedrock model to run inference using the input provided in the request body.
-