Uses of Class
software.amazon.awssdk.services.dynamodb.model.ThrottlingReason
Packages that use ThrottlingReason
-
Uses of ThrottlingReason in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ThrottlingReasonModifier and TypeMethodDescriptionProvisionedThroughputExceededException.throttlingReasons()A list of ThrottlingReason that provide detailed diagnostic information about why the request was throttled.RequestLimitExceededException.throttlingReasons()A list of ThrottlingReason that provide detailed diagnostic information about why the request was throttled.ThrottlingException.throttlingReasons()A list of ThrottlingReason that provide detailed diagnostic information about why the request was throttled.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type ThrottlingReasonModifier and TypeMethodDescriptionProvisionedThroughputExceededException.Builder.throttlingReasons(ThrottlingReason... throttlingReasons) A list of ThrottlingReason that provide detailed diagnostic information about why the request was throttled.RequestLimitExceededException.Builder.throttlingReasons(ThrottlingReason... 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.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type ThrottlingReasonModifier and TypeMethodDescriptionProvisionedThroughputExceededException.Builder.throttlingReasons(Collection<ThrottlingReason> throttlingReasons) A list of ThrottlingReason that provide detailed diagnostic information about why the request was throttled.RequestLimitExceededException.Builder.throttlingReasons(Collection<ThrottlingReason> throttlingReasons) A list of ThrottlingReason that provide detailed diagnostic information about why the request was throttled.ThrottlingException.Builder.throttlingReasons(Collection<ThrottlingReason> throttlingReasons) A list of ThrottlingReason that provide detailed diagnostic information about why the request was throttled.