Uses of Interface
software.amazon.awssdk.services.dynamodb.model.ThrottlingException.Builder
Packages that use ThrottlingException.Builder
-
Uses of ThrottlingException.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ThrottlingException.BuilderModifier and TypeMethodDescriptionThrottlingException.Builder.awsErrorDetails(AwsErrorDetails awsErrorDetails) static ThrottlingException.BuilderThrottlingException.builder()ThrottlingException.Builder.numAttempts(Integer numAttempts) ThrottlingException.Builder.statusCode(int statusCode) ThrottlingException.Builder.throttlingReasons(Collection<ThrottlingReason> throttlingReasons) A list of ThrottlingReason that provide detailed diagnostic information about why the request was throttled.ThrottlingException.Builder.throttlingReasons(Consumer<ThrottlingReason.Builder>... throttlingReasons) A list of ThrottlingReason that provide detailed diagnostic information about why the request was throttled.ThrottlingException.Builder.throttlingReasons(ThrottlingReason... throttlingReasons) A list of ThrottlingReason that provide detailed diagnostic information about why the request was throttled.ThrottlingException.toBuilder()ThrottlingException.Builder.writableStackTrace(Boolean writableStackTrace) Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ThrottlingException.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ThrottlingException.Builder>ThrottlingException.serializableBuilderClass()