Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.ThrottlingException.Builder
-
Packages that use ThrottlingException.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of ThrottlingException.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return ThrottlingException.Builder Modifier and Type Method Description ThrottlingException.BuilderThrottlingException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static ThrottlingException.BuilderThrottlingException. builder()ThrottlingException.BuilderThrottlingException.Builder. cause(Throwable cause)ThrottlingException.BuilderThrottlingException.Builder. message(String message)ThrottlingException.BuilderThrottlingException.Builder. requestId(String requestId)ThrottlingException.BuilderThrottlingException.Builder. statusCode(int statusCode)ThrottlingException.BuilderThrottlingException. toBuilder()ThrottlingException.BuilderThrottlingException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type ThrottlingException.Builder Modifier and Type Method Description static Class<? extends ThrottlingException.Builder>ThrottlingException. serializableBuilderClass()
-