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